diff options
author | Matthias Grimm <matthiasgrimm@users.sourceforge.net> | 2005-11-06 12:02:59 +0100 |
---|---|---|
committer | Matthias Grimm <matthiasgrimm@users.sourceforge.net> | 2005-11-06 12:02:59 +0100 |
commit | 753d5abf2ad5346fead21d38a291909db7542d90 (patch) | |
tree | ef154df493e479b36c16b18fbc75cc0dce516181 /inc/html.php | |
parent | 8f8ae16402fda48c0f8464fd01b91475d3d044c1 (diff) | |
download | rpg-753d5abf2ad5346fead21d38a291909db7542d90.tar.gz rpg-753d5abf2ad5346fead21d38a291909db7542d90.tar.bz2 |
en_language_update
This patch removes the autopasswd fix again, because all users may
forget their password from time to time. The wording in the dialog
changed a bit instead to make the feature more clear to the user.
Furthermore some english texts were updated.
darcs-hash:20051106110259-4145d-114d6bbfa99c347a026a17a267d3cbc39b574e98.gz
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 6 |
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"> |