Resetting a password
An administrator sets a new one. Nobody can read the old one back.
Team & access, find the person, set a new password. Tell them, and tell them to change it.
- Passwords are stored as a bcrypt hash. Nothing in the system can read one back — not us, not an administrator, not the database owner.
- Five wrong attempts lock a login for a while. Setting a new password clears the lock immediately.
- There is no self-service reset by email, because there is no mail sender in the product.
If the person locked out is the only administrator, that is the one case to telephone us about — and it is a good reason for a hotel group to have two.