docs/versioned_docs/version-v0.28.0/11-FAQ.md
Administrators can reset the password of any user. Contact an administrator to reset the password for you.
Admin Settings pageUsers ListActions column, there is a button to reset the passwordResetUser SettingsIf you are an administrator and lost your password, you have to reset the password in the database.
To reset the password:
sqlite3 on Linux: run apt-get install sqlite3 (depending on your package manager)dbeaver on Windowsdb.db database, which is located in the data directory you have mounted to your docker container:
sqlite3 db.db (in your data directory)dbeaver UI to locate the file in the data directory and connecting to itupdate user set password='$2a$10$5u40XUq/cD/TmLdCOyZ82ePENE6hpkbodJhsp7.e/BgZssUO5DDTa', salt='' where email='<YOUR_EMAIL_HERE>';adminadmin.adminadmin and change the password to whatever you want in the User SettingsBy default, the first user to sign up gets promoted to administrator automatically.
In case you want to grant those permissions to another user:
Admin Settings pageUsers ListActions column, there is a button to change the RoleAdminChangeAdministrators can create new accounts any time:
Admin Settings pageUsers ListCreate User Button.create