Closed luwenjin closed 12 years ago
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.
Oops, sorry about that. Fixed in the latest update - you might have to add the new hash in the settings file
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.