Fix URL in the "password changed" email.

This commit is contained in:
Ludovic Courtès 2012-03-13 18:30:57 +01:00
parent d0f18a1d6f
commit 3846c2407d

View file

@ -161,7 +161,7 @@ sub reset_password : Chained('user') PathPart('reset-password') Args(0) {
"New password for Hydra",
"Hi,\n\n".
"Your password has been reset. Your new password is '$password'.\n".
"You can change your password at http://".$config{'base_uri'}."/change-password .\n".
"You can change your password at ".$config{'base_uri'}."/change-password .\n".
"With regards, Hydra\n"
);