display which is the default password-hash; fix language selection on login

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-08-26 16:07:40 +02:00
parent f47d203215
commit 05634adc66
3 changed files with 6 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ return [
'settinggroup' => 'system',
'varname' => 'passwordcryptfunc',
'type' => 'select',
'default' => 0,
'default' => PASSWORD_DEFAULT,
'option_options_method' => [
'\\Froxlor\\System\\Crypt',
'getAvailablePasswordHashes'