orf/simple

Can't log into /admin, and I found why

luwenjin opened this issue · 1 comments

In create_config.py, password is hashed by func 'generate_password_hash'.
but in simple.py, password is unhashed by func 'md5'.

in my environment, it make me cant login.

orf commented

Oops, sorry about that. Fixed in the latest update - you might have to add the new hash in the settings file