diff options
author | redmatrix <git@macgirvin.com> | 2016-01-21 14:04:37 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-01-21 14:04:37 -0800 |
commit | 699d5d10813855fc2897a778dec74e6857bb1be6 (patch) | |
tree | 5416740714ad429bc233aba42922f4282a204b09 /mod/lostpass.php | |
parent | 8847e39fb737f36a9d478a12d6f72e87c5b15114 (diff) | |
parent | 55e9bd36605690cc0dfdc03145ab8ed13a417866 (diff) | |
download | volse-hubzilla-699d5d10813855fc2897a778dec74e6857bb1be6.tar.gz volse-hubzilla-699d5d10813855fc2897a778dec74e6857bb1be6.tar.bz2 volse-hubzilla-699d5d10813855fc2897a778dec74e6857bb1be6.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'mod/lostpass.php')
-rw-r--r-- | mod/lostpass.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/lostpass.php b/mod/lostpass.php index 3dbc2fe7d..ffdd7b62e 100644 --- a/mod/lostpass.php +++ b/mod/lostpass.php @@ -87,7 +87,7 @@ function lostpass_content(&$a) { '$lbl2' => t('Your password has been reset as requested.'), '$lbl3' => t('Your new password is'), '$lbl4' => t('Save or copy your new password - and then'), - '$lbl5' => '<a href="' . $a->get_baseurl() . '">' . t('click here to login') . '</a>.', + '$lbl5' => '<a href="' . $a->get_baseurl() . '/login">' . t('click here to login') . '</a>.', '$lbl6' => t('Your password may be changed from the <em>Settings</em> page after successful login.'), '$newpass' => $new_password, '$baseurl' => $a->get_baseurl() |