Skip to content

Password change

Logged-in users can change their password at /profile/password.

To change your password, you need:

  1. Your current password (so someone who steals your session cookie cannot change your password).
  2. The new password (minimum 12 characters, entered twice to confirm).
  3. If you have a TOTP authenticator app enrolled, your current 6-digit code is also required.
  • All sessions except the current one are invalidated. This means any other device or browser where you were logged in will be signed out.
  • GateKeeper sends a notification email to your address confirming the change.
  • The event is recorded in the audit log.

When an admin creates an account or directly sets a password, the user is required to change it on their next login. The application redirects them to /profile/password?forced=1 before they can access anything else.

The minimum is 12 characters, enforced on the server. The client-side minlength attribute is a convenience hint only and should not be relied on for security.