You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: