mirror of
https://github.com/janeczku/calibre-web
synced 2025-04-21 02:03:11 +00:00
Updated FAQ (markdown)
parent
a0bf81504c
commit
393afffe29
2
FAQ.md
2
FAQ.md
@ -3,7 +3,7 @@
|
||||
Python is a very modular programming language, special funcionality can be included to the program by "importing moduls". If one of this modules isn't found you get the error message 'ImportError: No module named xxxx'. This shouldn't be happen, you normally can solve this by installing the missing module with 'pip[3] --target vendor install [module-name]'. Pip3 is normally used if you are using python 3.x if you are still using python 2.x normally pip does the job.
|
||||
|
||||
|
||||
### What do I do if I loose my "Admin" password?
|
||||
### What do I do if I lose my "Admin" password?
|
||||
|
||||
If there are more than on admin on your instance any other admin can generate a new password for your account.
|
||||
If the only admin forgot his password: You are in trouble. Currently no password reset function is implemented
|
||||
|
Loading…
x
Reference in New Issue
Block a user