mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
This commit is contained in:
parent
281f319904
commit
e87717c23d
@ -253,7 +253,7 @@ trait TOTP
|
||||
};
|
||||
$fields["passwordFirst"] = array();
|
||||
$fields["passwordFirst"]["name"] = gettext("Reverse token order");
|
||||
$fields["passwordFirst"]["help"] = gettext("Require the password in front of the token instead of behind it.");
|
||||
$fields["passwordFirst"]["help"] = gettext("Checking this box requires the token after the password. Default requires the token before the password.");
|
||||
$fields["passwordFirst"]["type"] = "checkbox";
|
||||
$fields["passwordFirst"]["validate"] = function ($value) {
|
||||
return array();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user