A
A
amalinov2016-10-22 09:54:14
Flask
amalinov, 2016-10-22 09:54:14

How to reset FlaskBB admin password?

I set up a FlaskBB forum and forgot my admin password. tell me where to find it. Forum on local computer.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xSkyFoXx, 2016-10-22
@xSkyFoXx

Find the user table in the database.
The hash function of the password is stored there.
The hash is calculated here: https://github.com/sh4nks/flaskbb/blob/master/flas...
Using this function: https://github.com/sh4nks/flaskbb/blob/master/flas.. Calculate the
hash for any new password and change the value of the cell in the database.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question