Vote #81476
完了Better presentation for 2FA recovery codes
0%
説明
The following patch makes the recovery codes a little bigger and avoids using float
to present them in 2 columns. It also improves how some browsers will copy the list, before some browsers would copy the whole list as a long string of all recovery keys concatenated without spaces between individual keys:
XXXX XXXX XXXXXXXX XXXX XXXXXXXX XXXX XXXX…
After the change the browser understands the list better and copies it as a newline-separated list of keys:
XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX …
The new presentation is also more responsive and will reflow correctly on narrow screens.
journals
--------------------------------------------------------------------------------
Setting the target version to 5.0.0.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed the patch. Thank you.
--------------------------------------------------------------------------------
Go Maeda, do you see any problem if we deliver this in version:4.2.2? Being an improvement of a new feature of version:4.2.0.
--------------------------------------------------------------------------------
Marius BALTEANU wrote:
> Go Maeda, do you see any problem if we deliver this in version:4.2.2? Being an improvement of a new feature of version:4.2.0.
I didn't backport this fix to 4.2-stable because I thought very few people are currently bothered by the issue, but I think it is OK to include it in 4.2.2.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,Closed,1237,Add support for two-factor authentication
Admin Redmine さんが3年以上前に更新
- カテゴリ を Accounts / authentication_7 にセット
- 対象バージョン を 4.2.2_168 にセット