Bug #93898
Updated by Xavier Perseguers over 3 years ago
EXT:backend allows to change some parts of the Backend authentication form, typically when defining @loginHighlightColor@:
!login.png!
However, when using a MFA such as EXT:mfa_hotp, the 2FA verification form still uses the default orange color:
!mfa.png!
h2. Expected (at least)
* @loginHighlightColor@ is reused so that the submit button is similar to the previous form:
!mfa1.png!
h2. 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.