Skip to main content
Use this when login requires a username and password plus a one-time code from an authenticator app (Google Authenticator, Authy, Microsoft Authenticator, etc.).

What to provide

Username: [email protected]
Password: YourTestPassword123
TOTP secret: JBSWY3DPEHPK3PXP
The TOTP secret is the Base32 seed used to generate time-based one-time codes. Mjolnir uses this to generate valid OTP codes at login time.

How to get the TOTP secret

When you set up MFA for the test account, most authenticators show a QR code and a text version of the secret key. Use the text version (a string of uppercase letters, e.g. JBSWY3DPEHPK3PXP). If you’ve already set up MFA and don’t have the secret:
  1. Remove MFA from the test account
  2. Re-enroll and capture the secret this time
  3. Paste it into the authentication instructions
TOTP secrets are sensitive. They allow generating valid login codes at any time. Treat them like passwords and use only for dedicated test accounts.