summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/html.php b/inc/html.php
index f81a2528b..cdb8692df 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -79,10 +79,10 @@ function html_login(){
print '</p>';
}
- if (auth_canDo('modifyUser') && $conf['autopasswd']) {
+ if (auth_canDo('modifyUser')) {
print '<p>';
print $lang['pwdforget'];
- print ': <a href="'.wl($ID,'do=resendpwd').'" class="wikilink1">'.$lang['resendpwd'].'</a>';
+ print ': <a href="'.wl($ID,'do=resendpwd').'" class="wikilink1">'.$lang['btn_resendpwd'].'</a>';
print '</p>';
}
?>
@@ -1164,7 +1164,7 @@ function html_resendpwd() {
<form name="resendpwd" action="<?php echo wl($ID)?>" accept-charset="<?php echo $lang['encoding']?>" method="post">
<fieldset>
<br />
- <legend><?php echo $lang['btn_resendpwd']?></legend>
+ <legend><?php echo $lang['resendpwd']?></legend>
<input type="hidden" name="do" value="resendpwd" />
<input type="hidden" name="save" value="1" />
<label class="block">