docs/versioned_docs/version-2.68.0/user-authentication/password-login.md
Password login is a method of user authentication where user can login using their email and password. This method is enabled by default for all workspaces. User with admin privilege can enable/disable it.
Go to Workspace Settings > SSO > General Settings.
Under General Settings section, toggle Password Login to enable/disable it.
The user password authentication method will be disabled after predefined numbers of wrong password attempts. This feature can be disabled using setting DISABLE_PASSWORD_RETRY_LIMIT to true in environment variables. Number of retries allowed will be 5 by default, it can be override by PASSWORD_RETRY_LIMIT environment variable.
There are two ways through which a user can reset their password. The first method is where user can reset their password by themselves. The second method is where a Super Admin can reset password for a user.