summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php
index 9b12ddbd1..e53dcbaf6 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -80,7 +80,7 @@ function html_login(){
print '</p>';
}
- if ($auth->canDo('modifyUser')) {
+ if ($auth->canDo('modifyUser') && $conf['resendpasswd']) {
print '<p>';
print $lang['pwdforget'];
print ': <a href="'.wl($ID,'do=resendpwd').'" class="wikilink1">'.$lang['btn_resendpwd'].'</a>';