F.A.Q. - Flood-UI/flood GitHub Wiki
I forgot my password, how can I recover it?
You can't recover a forgotten password but if you have access to server you can:
- Edit
server/db/users.db
and provide a valid new hash instead of the forgotten one. - Delete
server/db/users.db
, restart flood, and flood will prompt you to create a new user. Warning all previous accounts will be lost.
Ref.: #529
Can user authentication be disabled?
Not yet.
Ref.: #240