Updated FAQ (markdown)

A Holt 2019-02-25 19:09:50 -05:00
parent a0bf81504c
commit 393afffe29
1 changed files with 1 additions and 1 deletions

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