Skip to Content
Polyant is open source under AGPL-3.0 — star us on GitHub.
Admin PanelUser Settings

User Settings

Enterprise feature. This capability is available on Polyant Enterprise deployments.

User Settings are for a signed-in person to manage their own credentials. They are separate from administration of local accounts, organization membership, workspaces, and roles.

Change your password

Open /password-change to change the password for the current account. The form sends the change through the authenticated POST /api/me/password endpoint.

For a normal password change, provide the current password, a new password, and confirmation. The new password must contain at least eight characters and cannot be the same as the existing password.

If the account is in a forced password-change flow, the form does not ask for the current password. The same applies when an OAuth-only account first adds password credentials. After a successful forced change, the user returns to the admin panel.

Account and membership administration

Changing your own password does not grant access to other accounts. Superadmins use the Users tab in Settings to create, reset, edit, or remove local sign-in accounts. Organization membership and workspace role administration are separate administrative tasks and are not managed from User Settings.

Last updated on