Register and login
Login, registration and password reset: screens, fields and messages.
Login page
- Header (e.g. Welcome back).
- Email (required).
- Password (required).
- Log in button.
- Log in with Google.
- Forgot password? link.
- Don't have an account? Sign up link.
Login - what you do
Enter email and password, click Log in (or Log in with Google). If correct: toast Successfully logged in!, redirect to panel home. If URL had a redirect param, you land there.
Login messages
- Wrong email or password - failed login message.
- Account inactive - request to activate or use link from email.
- Too many attempts (rate limit) - wait (e.g. X seconds) before trying again.
Registration page
- First name (required).
- Last name (required).
- Email (required).
- Password (required: min 8 chars, upper, lower, digit).
- I accept the Terms and Privacy policy (required).
- Sign up button.
- Sign up with Google.
Registration - what you do
Fill all fields and accept terms, click Sign up (or Sign up with Google). After success you see Check your inbox: message that a verification link was sent. On that screen: Resend (resend link), option to change email, link to login. Errors (email already used, weak password, no consent) show under the form.
Password reminder - steps
On login page click Forgot password?. Form with Email and Send link. Enter email and submit. Message that link was sent. In email you get a link - opening it shows Set new password with New password and Confirm password. Enter password (meeting requirements), save. Password is changed; you can log in with the new one. If link expired, you see expiry message and option to resend.
After login - what next
Top right you see user menu (avatar or name). Click: Settings (profile, photo, default organization, log out everywhere, delete account) and Log out. Log out ends the session - you return to the login page.