What it is
Public screen for signing in with your email and password.
What it is for
- Getting into the application once you already have an account.
- Triggering the 2FA flow if you have the second factor enabled.
How to use it
- Open
/auth/login. - Enter your email and password.
- Click Sign in.
- If you have 2FA enabled, the app takes you to the verification screen; if not, you go straight to the dashboard.
Key concepts
- Session: after signing in, a JWT is stored in your browser so that you do not have to sign in again.
- Remember me: keeps the session alive for longer between browser closes.
Rules and restrictions
- After 10 failed attempts within 5 minutes, access is temporarily blocked.
- If your password has expired under the password policy, you are redirected to "New password".
Frequently asked questions
Q: My password is correct but it will not let me in.
A: Check your capitals, make sure the email is exactly right, and see whether your browser is autofilling something different.
Q: How do I recover my password?
A: Click "Forgot your password?" to go to the Password recovery section.