Added administrative password change feature

This commit is contained in:
2023-03-12 17:05:34 +01:00
parent 4266a211e0
commit c76e8fe9d3
6 changed files with 59 additions and 6 deletions

View File

@@ -42,6 +42,7 @@ $lang = array(
'lang_logout' => 'Abmelden',
'lang_options' => 'Optionen',
'lang_option_none' => '(kein)',
'lang_pass_set' => 'Neues Kennwort einstellen',
'lang_reset' => 'Zurücksetzen',
'lang_search' => 'Suche',
'lang_statistics' => 'Statistik',

View File

@@ -42,6 +42,7 @@ $lang = array(
'lang_logout' => 'Logout',
'lang_options' => 'Options',
'lang_option_none' => '(none)',
'lang_pass_set' => 'Set new password',
'lang_reset' => 'Reset',
'lang_search' => 'Search',
'lang_statistics' => 'Statistics',