A new Redmine site starts with a built-in administrator account so the first operator can finish setup in the browser. The bootstrap account uses the public default password, so changing it before adding projects, users, or email settings prevents the default credential from remaining an administrator login.

The current Redmine release redirects the default admin account to My accountChange password after the first successful sign-in. The form asks for the current password, the new password, and the confirmation, and Redmine enforces the configured minimum password length before accepting the change.

Built-in Redmine passwords can be changed in the web interface, while LDAP or other external authentication sources manage passwords outside Redmine. A completed change rejects admin as the old password and accepts only the new administrator password.

Steps to change the Redmine admin password after first login:

  1. Open the Redmine sign-in page.
    https://redmine.example.net/login

    Replace the hostname with the URL for your Redmine site.

  2. Enter admin in Login, enter admin in Password, and click Login.

    The default account has administrator access. Use the default password only long enough to replace it.

  3. Fill Current password with admin, then fill New password and Confirmation with the new administrator password.

    Redmine requires at least 8 characters unless the site administrator changed the minimum password length.

  4. Click Apply to save the new password.
  5. Sign out and try to sign in again with admin as the password.

    Invalid user or password confirms the default password no longer works for the administrator account.

  6. Sign in with the new administrator password.

    The top bar should show Logged in as admin.