Patch #35372
Better presentation for 2FA recovery codes
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Accounts / authentication | |||
Target version: | 4.2.2 |
Description
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.
Related issues
History
#1
Updated by Felix Schäfer about 1 year ago
- File 35372.patch
added
#2
Updated by Go MAEDA about 1 year ago
- Target version set to 5.0.0
Setting the target version to 5.0.0.
#3
Updated by Marius BALTEANU about 1 year ago
- Related to Feature #1237: Add support for two-factor authentication added
#4
Updated by Go MAEDA about 1 year ago
- Category changed from UI to Accounts / authentication
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch. Thank you.
#5
Updated by Marius BALTEANU about 1 year ago
#6
Updated by Go MAEDA about 1 year ago
- Status changed from Closed to Resolved
- Target version changed from 5.0.0 to 4.2.2
#7
Updated by Go MAEDA about 1 year ago
- Status changed from Resolved to Closed