use base_uri config in password reset email

This commit is contained in:
Rob Vermaas 2012-01-28 07:18:10 +01:00
parent 01f07be8f2
commit ae491f7223

View file

@ -158,7 +158,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://".hostname_long."/change-password .\n".
"You can change your password at http://".$config{'base_uri'}."/change-password .\n".
"With regards, Hydra\n"
);