Imported Debian patch 4.7.2-3
This commit is contained in:
committed by
Mario Fetka
parent
27edeba051
commit
8bc559c5a1
@@ -31,7 +31,7 @@ FILLED_LOGIN_FORM = {
|
||||
('username', 'Username', True, True, 'text', 'username',
|
||||
PKEY, 'Username'),
|
||||
('password', 'Password', True, True, 'password', 'password',
|
||||
PASSWD_ITEST_USER, 'Password or Password+One-Time Password'),
|
||||
PASSWD_ITEST_USER, 'Password or Password+One-Time-Password'),
|
||||
],
|
||||
# structure of buttons
|
||||
# button_name, button_title
|
||||
@@ -58,12 +58,12 @@ RESET_AND_LOGIN_FORM = {
|
||||
PKEY, None),
|
||||
('current_password', 'Current Password', False, True, 'password',
|
||||
'current_password', '', 'Current Password'),
|
||||
('otp', 'OTP', False, True, 'password', 'otp', '',
|
||||
'One-Time-Password'),
|
||||
('new_password', 'New Password', True, True, 'password',
|
||||
'new_password', '', 'New Password'),
|
||||
('verify_password', 'Verify Password', True, True, 'password',
|
||||
'verify_password', '', 'New Password'),
|
||||
('otp', 'OTP', False, True, 'password', 'otp', '',
|
||||
'One-Time Password'),
|
||||
],
|
||||
# structure of buttons
|
||||
# button_name, button_title
|
||||
@@ -89,12 +89,12 @@ RESET_PASSWORD_FORM = {
|
||||
'Username'),
|
||||
('current_password', 'Current Password', True, True, 'password',
|
||||
'current_password', '', 'Current Password'),
|
||||
('otp', 'OTP', False, True, 'password', 'otp', '',
|
||||
'One-Time-Password'),
|
||||
('new_password', 'New Password', True, True, 'password',
|
||||
'new_password', '', 'New Password'),
|
||||
('verify_password', 'Verify Password', True, True, 'password',
|
||||
'verify_password', '', 'New Password'),
|
||||
('otp', 'OTP', False, True, 'password', 'otp', '',
|
||||
'One-Time Password'),
|
||||
],
|
||||
# structure of buttons
|
||||
# button_name, button_title
|
||||
@@ -121,7 +121,7 @@ EMPTY_LOGIN_FORM = {
|
||||
('username', 'Username', False, True, 'text', 'username', '',
|
||||
'Username'),
|
||||
('password', 'Password', False, True, 'password', 'password', '',
|
||||
'Password or Password+One-Time Password'),
|
||||
'Password or Password+One-Time-Password'),
|
||||
],
|
||||
# structure of buttons
|
||||
# button_name, button_title
|
||||
@@ -146,7 +146,7 @@ LOGIN_FORM = {
|
||||
('username', 'Username', True, True, 'text', 'username', PKEY,
|
||||
'Username'),
|
||||
('password', 'Password', True, True, 'password', 'password', '',
|
||||
'Password or Password+One-Time Password'),
|
||||
'Password or Password+One-Time-Password'),
|
||||
],
|
||||
# structure of buttons
|
||||
# button_name, button_title
|
||||
|
||||
Reference in New Issue
Block a user