Add password reset for super admin

This commit is contained in:
Daniel Winzen
2020-10-17 13:21:36 +02:00
parent c0f2faead4
commit 328938f473
3 changed files with 40 additions and 3 deletions

View File

@ -366,5 +366,9 @@ $I=[
'manualrefresh' => 'Manual refresh required',
'personalnotes' => 'Personal notes',
'filtermodkick' => 'Apply kick filter on moderators',
'forgotlogin' => 'Forgot login?',
'resetinstruction' => 'Please modify the script and put the following at the bottom of it (change the password). Then refresh this page: define(\'RESET_SUPERADMIN_PASSWORD\', \'changeme\');',
'resetpassword' => 'Reset password',
'resetsucc' => 'Successfully reset password for username %s. Please remove the password reset define from the script again.',
'backtosetup' => 'Back to setup',
];