0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 11:12:15 +02:00

formatting

This commit is contained in:
David Goodwin 2024-05-18 10:11:10 +01:00
parent 2faa37e04c
commit 31d4407b4e
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -272,7 +272,7 @@ class TotpPf
}
} elseif (authentication_has_role('global-admin')) {
$admin = 2;
// can do anything
// can do anything
} else {
// force the current user to also be the exemption username.
$exception_username = $username;

View File

@ -65,7 +65,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") {
$error = 0;
if (!$login->login($username, $fPassword_current)) {
$error ++;
$error++;
$pPassword_password_current_text = $PALANG['pPassword_password_current_text_error'];
}