sahanbull / x5learn

Web frontend for X5GON project
Apache License 2.0
0 stars 0 forks source link

Registration flow #188

Closed stefankreitmayer closed 5 years ago

stefankreitmayer commented 5 years ago

The registration form is fine:

1

When the user presses "Register", they should see a confirmation message along the lines of "Thank you for registering. Please activate your account by following the link we emailed to ... (If you cannot see the email, please check your spam folder)."

Instead this happens: The user lands on the home page. They don't see a confirmation message and they are still logged out. At this point the user has no way of knowing why they cannot get in. Major UX flaw.

2

Then if the user clicks "Login", the message appears. This is of course the wrong time and place for this message.

3

Needs fixing urgently.

Quick fix

This will be sufficient for launch phase 1

Nicer solution

sahanbull commented 5 years ago

SECURITY_POST_REGISTER_VIEW setting