mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix to displays 2FA better
This commit is contained in:
@@ -291,7 +291,13 @@ return &ui_checkbox("d", $user->{'name'}, "", 0).
|
|||||||
($ro ? "<b>" : "").
|
($ro ? "<b>" : "").
|
||||||
&ui_link("$cgi?$param=".&urlize($user->{'name'}),
|
&ui_link("$cgi?$param=".&urlize($user->{'name'}),
|
||||||
$user->{'name'}).
|
$user->{'name'}).
|
||||||
($user->{'twofactor_id'} ? "*" : "").
|
($user->{'twofactor_id'}
|
||||||
|
? &ui_tag('sup', '⚷',
|
||||||
|
{ title => $text{'index_twofactor_enabled'},
|
||||||
|
class => 'twofactor-enabled-icon',
|
||||||
|
style => 'font-size: 11px; margin-left: 5px; cursor: default;'.
|
||||||
|
'display: inline-block; transform: rotate(90deg);' } )
|
||||||
|
: "").
|
||||||
($ro ? "</b>" : "").
|
($ro ? "</b>" : "").
|
||||||
($lck ? "</i>" : "");
|
($lck ? "</i>" : "");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ index_screate=Create a new safe user.
|
|||||||
index_convert=Convert Unix To Webmin Users
|
index_convert=Convert Unix To Webmin Users
|
||||||
index_cert=Request an SSL Certificate
|
index_cert=Request an SSL Certificate
|
||||||
index_twofactor=Two-Factor Authentication
|
index_twofactor=Two-Factor Authentication
|
||||||
|
index_twofactor_enabled=Two-factor authentication is enabled for this user
|
||||||
index_certmsg=Click this button to request an SSL certificate that will allow you to securely login to Webmin without having to enter a username and password.
|
index_certmsg=Click this button to request an SSL certificate that will allow you to securely login to Webmin without having to enter a username and password.
|
||||||
index_return=user list
|
index_return=user list
|
||||||
index_none=None
|
index_none=None
|
||||||
|
|||||||
Reference in New Issue
Block a user