From 753d5abf2ad5346fead21d38a291909db7542d90 Mon Sep 17 00:00:00 2001
From: Matthias Grimm
Date: Sun, 6 Nov 2005 12:02:59 +0100
Subject: 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
---
inc/html.php | 6 +++---
inc/lang/en/lang.php | 15 +++++++--------
inc/lang/en/resendpwd.txt | 4 ++--
3 files changed, 12 insertions(+), 13 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 '
';
}
- if (auth_canDo('modifyUser') && $conf['autopasswd']) {
+ if (auth_canDo('modifyUser')) {
print '';
print $lang['pwdforget'];
- print ': '.$lang['resendpwd'].'';
+ print ': '.$lang['btn_resendpwd'].'';
print '
';
}
?>
@@ -1164,7 +1164,7 @@ function html_resendpwd() {