Theres still a couple of problems with the user mails:

registering a news account:

test123,

Thank you for registering at Alted.co.uk. You may now login to %urlmodule.php?mod=login using the following username
and password:

username: test123

password: perldark

After logging in, you may wish to change your password at %pathmodule.php?mod=user&op=edit

Your new Alted.co.uk membership also enables to you to login to other Drupal powered web sites (e.g. http://www.drop.org) without registering. Just use the following Drupal ID and password:

Drupal ID: test123@
password: perldark

-- Alted.co.uk team

Forgotten password mail:

test123,

Here is your new password for Alted.co.uk. You may now login to %urlmodule.php?mod=login using the following username
and password:

username: test123

password: herocola

After logging in, you may wish to change your password at %pathmodule.php?mod=user&op=edit

Your new Alted.co.uk membership also enables to you to login to other Drupal powered web sites (e.g. http://www.drop.org) without registering. Just use the following Drupal ID and password:

Drupal ID: test123@www.alted.co.uk

password: herocola

-- Alted.co.uk team

Comments

Anonymous’s picture

Assigned: Unassigned » Kjartan
Priority: Normal » Critical

Grabbing the bugs so nobody else attempts to fix them at the same time.

barryorourke’s picture

I figured out a couple of the problems:

%url is meant to be %uri

%path don't know about this, I just replaced it with %uri, is there a reason for it using %path rather than %uri.

One small thing left:

%uri_brief doesn't seem to work when registering, although it is fine when mailing a new password.

Anonymous’s picture

Aha. This probably a result of saving them during the CVS and the variables where changed at a later date. If you wipe them from the database or find the default values in the code it should work fine. Will check out the %uri_brief and how to solve the & thing.

Anonymous’s picture

Think we resolved this one. Reopen if not.