aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2016-01-21 22:02:31 +0100
committerjeroenpraat <jeroenpraat@xs4all.nl>2016-01-21 22:02:31 +0100
commit55e9bd36605690cc0dfdc03145ab8ed13a417866 (patch)
tree79cb3ae033aca697e2c9068c537dd5a51d03df6d /mod
parentb711c050db39bd733f4a48cbe575b9e926aa3d0d (diff)
downloadvolse-hubzilla-55e9bd36605690cc0dfdc03145ab8ed13a417866.tar.gz
volse-hubzilla-55e9bd36605690cc0dfdc03145ab8ed13a417866.tar.bz2
volse-hubzilla-55e9bd36605690cc0dfdc03145ab8ed13a417866.zip
A few minor tweaks in schemas + link to login form in lostpass
Diffstat (limited to 'mod')
-rw-r--r--mod/lostpass.php2
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()