From 393afffe2947a97a137548ee1c7bc8d8b95334b4 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 25 Feb 2019 19:09:50 -0500 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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