diff --git a/FAQ.md b/FAQ.md index 3231ad2..3cca7dc 100644 --- a/FAQ.md +++ b/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