modxcms / revolution

MODX Revolution - Content Management Framework
https://modx.com/
GNU General Public License v2.0
1.35k stars 527 forks source link

Login button in manager login form is not displayed #16572

Open al5040 opened 2 months ago

al5040 commented 2 months ago

Bug report

Summary

When using extras that improve security, such as captcha and TwoFactorX, the maximum height of the manger login form prevents the login button from being displayed.

Step to reproduce

Install captcha and TwoFactorX extras, enable both and change language in the login form for instance to German.

Observed behavior

Login button button no longer visible.

Expected behavior

Login Button should be visible. If I deactivate the css-setting max-height: 50rem of .can-toggle in the file /manager/templates/default/css/login-min.css, the button becomes visible.

Environment

MODX 3.0.5-pl, activated captcha and TwoFactorX extra for manager login, Firefox 125.0.3

Screenshot 2024-05-14 at 19-46-06 Login MODX Revolution

smg6511 commented 1 month ago

I was looking into how to fix this and it's tricky, at least if trying to stick within the current design. The issue really points to a need to re-think the UI/design of the login page so it can accommodate additional login security/features in an elegant way. The Login button is accessible by scrolling/swiping down, but it is certainly not ideal to have it below the fold—particularly on devices larger than a phone where there's plenty of space to work with.

That said, I don't think I'd consider this a bug, per se. If we had the label "UI Improvement" or something of the like, that'd be more what I'd call this request.

I can draw up some ideas if folks are open to this page being redesigned.