From 60febd633ab269ce95a809d388a65b6099e43aff Mon Sep 17 00:00:00 2001 From: rub Date: Sat, 7 Apr 2007 22:31:37 +0000 Subject: Issue 674: Administrator can ask a new password Add message about users witch can change their password git-svn-id: http://piwigo.org/svn/trunk@1947 68402e56-0260-453c-a942-63ccdbb3a9ee --- password.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'password.php') diff --git a/password.php b/password.php index c0fe3b2e9..42715e864 100644 --- a/password.php +++ b/password.php @@ -71,7 +71,7 @@ FROM '.USERS_TABLE.' as u ON u.'.$conf['user_fields']['id'].' = ui.user_id WHERE ' .$conf['user_fields']['email'].' = \''.$mail_address.'\' AND - ui.status not in (\'guest\', \'generic\', \'webmaster\') + ui.status not in (\'guest\', \'generic\', \'admin\', \'webmaster\') ;'; $result = pwg_query($query); @@ -132,6 +132,7 @@ WHERE ' else { array_push($page['errors'], l10n('No user matches this email address')); + array_push($page['errors'], l10n('Administrator, webmaster and special user cannot use this method')); array_push($page['errors'], $mailto); } } -- cgit v1.2.3