Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve User Registration and Login Flow #6102

Open
klu2300031389 opened this issue Feb 27, 2025 · 0 comments
Open

Improve User Registration and Login Flow #6102

klu2300031389 opened this issue Feb 27, 2025 · 0 comments

Comments

@klu2300031389
Copy link

I am experiencing difficulties when trying to register and log in. Specifically:
The registration page lacks proper form validations and user feedback.
After registering, I am either marked as "inactive" or receive a "wrong password" error upon login.
This leads to confusion and impacts user experience.
Expected Behavior:
Users should receive clear feedback during registration for any missing or invalid fields.
After successful registration, users should receive an activation prompt or be activated automatically (depending on the intended design).
Login should clearly distinguish between inactive accounts and incorrect passwords with appropriate messaging.
Possible Solutions:
Registration Page Enhancements:
Implement form validation for all required fields.
Display error messages directly under the affected fields.
Provide success feedback upon successful registration.
Login Flow Improvements:
Distinguish between “inactive account” and “wrong password” errors.
Display a prompt for activating the account if marked as inactive, possibly with a "Resend Activation Email" option.
Ensure consistent and user-friendly error messaging.

Image
Image
Image
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant