Actions
Bug #93898
closedMFA form should reuse loginHighlightColor for the submit button
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2021-04-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
EXT:backend allows to change some parts of the Backend authentication form, typically when defining loginHighlightColor
:
However, when using a MFA such as EXT:mfa_hotp, the 2FA verification form still uses the default orange color:
Expected (at least)¶
loginHighlightColor
is reused so that the submit button is similar to the previous form:
Expected (ideally)¶
- Reuse of other properties as well, such as the background image (
background-image
on CSS.typo3-login
) and logo of the app so that the context stays the same - Possibly add another "mfa" class on the
.card-login
block so that one can override some styles based on main authentication form or mfa/2fa form - What about keeping the copyright and TYPO3 logo with the card footer? Instead of "More about TYPO3", this could be "More about MFA/2FA", even if logically people reaching this step should know about it already.
Files
Actions