Skip to content
Snippets Groups Projects
Unverified Commit 9a9a9e82 authored by Wes Appler's avatar Wes Appler Committed by GitHub
Browse files

Removed registration form, cleaned up login flow (#3821)

Fixes #3813. Main changes:

- [x] Got rid of the registration form in favor of using the `/auth/`
view. Having two places where the user can potentially register is
confusing.
- [x] Cleaned up different aspects of the login flow that were mentioned
in #3813, like inconsistency in terminology (`Login` vs `Log in`),
removal of buttons where they don't need to be, etc.
- [x] Added a button on the password-ed login to bring the user back to
the passwordless log in/register view.
- [x] Have buttons in column rather than row on *both* mobile & desktop
view and made them the same width (`18 rem`).
- Should we center the login page for desktop? This was done as it felt
awkward to have everything on the left side while the buttons crept to
the center
- [x] Added icons to `Log in with <ORG> email` & `Log in or register via
email` for consistency
- [x] Moved login buttons to their own templates as some were being
reused
- [x] Added missing translation blocks 
parent 3b2e1de3
No related branches found
Tags v1.40.7
1 merge request!76Merge up to 5.6.0
Showing
with 76 additions and 248 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment