Reset Calibre user password
Solved
Calibre Web
-
Can't login to my Calibre app
Have the password, well, a password which worked before
Now getting :
Could not login: LDAP bind_user: simple_bind() argument 1 must be str or None, not dict
Any thoughts on error ? Or how/where I can reset password ?
-
Realised that maybe I should do some research !
Documentation is not immediately obvious but the following works.
From the app terminal ...cd /app/data/calibre-web python3 /app/code/calibre-web/cps.py -s user:pwd -p app.db Password for user 'user' changed
And I'm back in !
Some other info :
https://github.com/janeczku/calibre-web/wiki/Command-Line-Interface#command-line-options -
-
-
@timconsidine thanks for documenting this! FWIW, on the latest version I had to update the command slightly to this to get it working:
python3 /app/code/calibre-web/cps.py -s user:pwd -p ./app.db -g ./gdrive.db