Basic Authentication
This page describes configuring basic authentication in Lenses.
With Basic Auth, user accounts are managed by Lenses and a unique username and a password are used to log in.
Account locking
For BASIC and LDAP authentication type, there is the option to set a policy to temporarily lock the account when successive login attempts fail. Once the lock time window has passed the user can log in again.
Accounts storage
The internal database that stores user/group information is stored on disk, under the lenses.storage.directory
or an external Postgres database.
If using the embedded H2 database keep this directory intact between updates and upgrades.
Password rules
To enforce specific password rules the following configurations need to be set:
Password history
To not allow previous passwords to be reused, use the following configuration:
Last updated