diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-08-19 23:21:02 +0000 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-08-19 23:21:02 +0000 |
commit | 55fc58bda4a5592f2f8deaecec9526fbe4eecd6f (patch) | |
tree | bd7d46f1fd771851ebd4fcf7848045dbc0d26dc0 | |
parent | 4df4097e32dc17f4330de9246362ee9df9155345 (diff) | |
parent | 475bb00bdeba37757fd7833d138d4ccb31720cc9 (diff) | |
download | gitlab-ce-55fc58bda4a5592f2f8deaecec9526fbe4eecd6f.tar.gz |
Merge branch '2fa-message-improvement' into 'master'
Improved 2FA warning message about lost codes
Fixes internal issue: https://dev.gitlab.org/gitlab/gitlabhq/issues/2472
The warning message now clearly states that access will be lost of the 2FA recovery codes are not saved.
/cc @sytses @JobV
See merge request !1175
-rw-r--r-- | app/views/profiles/two_factor_auths/_codes.html.haml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/profiles/two_factor_auths/_codes.html.haml b/app/views/profiles/two_factor_auths/_codes.html.haml index 1b1395eaa17..43b58be7f98 100644 --- a/app/views/profiles/two_factor_auths/_codes.html.haml +++ b/app/views/profiles/two_factor_auths/_codes.html.haml @@ -1,6 +1,8 @@ %p.slead Should you ever lose your phone, each of these recovery codes can be used one - time each to regain access to your account. Please save them in a safe place. + time each to regain access to your account. Please save them in a safe place, or you + %b will + lose access to your account. .codes.well %ul |