X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FFAQ.md;h=f9e5cacd367fa34536a0b87004d2027d66907ca0;hb=811e4b6ba19836f9fdd6fd4d92073a567252f616;hp=fd2012c7eea9878cc1482b4ace9a9af87ae39db1;hpb=00a3960df0d4c35467b9d7e515cc4cdfea6ec3c9;p=friendica.git diff --git a/doc/FAQ.md b/doc/FAQ.md index fd2012c7ee..f9e5cacd36 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -19,6 +19,8 @@ Admins * **[Can I configure multiple domains with the same code instance?](help/FAQ#multiple)** * **[Where can I find the source code of friendica, addons and themes?](help/FAQ#sources)** +* **[I've changed the my email address now the admin panel is gone?](help/FAQ#adminaccount1)** +* **[Can there be more then just one admin for a node?](help/FAQ#adminaccount2)** User -------- @@ -198,3 +200,14 @@ There you will always find the current stable version of friendica. Addons are listed at [this page](https://github.com/friendica/friendica-addons). If you are searching for new themes, you can find them at [Friendica-Themes.com](http://friendica-themes.com/) + + +###I've changed the my email address now the admin panel is gone? + +Have a look into your .htconfig.php and fix your email address there. + + +###Can there be more then just one admin for a node? + +Yes. You just have to list more then one email address in the +.htconfig.php file. The listed emails need to be separated by a comma.