Skip to content
Snippets Groups Projects
Commit 8f8ae164 authored by Matthias Grimm's avatar Matthias Grimm
Browse files

autopasswd_fix

Resending of a new password must depend on $conf['autopasswd']. Only
if $conf['autopasswd']

darcs-hash:20051105223311-4145d-598b7c8d9d10eb8c3612ce2c6beb543e8b16e430.gz
parent d2dde4eb
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ function html_login(){
print '</p>';
}
if (auth_canDo('modifyUser')) {
if (auth_canDo('modifyUser') && $conf['autopasswd']) {
print '<p>';
print $lang['pwdforget'];
print ': <a href="'.wl($ID,'do=resendpwd').'" class="wikilink1">'.$lang['resendpwd'].'</a>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment