aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPoorchop <poorchop@users.noreply.github.com>2016-05-23 13:18:20 -0400
committerPoorchop <poorchop@users.noreply.github.com>2016-05-23 13:18:20 -0400
commit4127d7ad1b994aada8c80982c0df9e9bed46b931 (patch)
treebc211f44268830b2cf80cf96715f106ce40b61d5
parent2857aaa994c9d649c14bc2ea15f1ca58af8ab885 (diff)
downloadwallabag-4127d7ad1b994aada8c80982c0df9e9bed46b931.tar.gz
wallabag-4127d7ad1b994aada8c80982c0df9e9bed46b931.tar.zst
wallabag-4127d7ad1b994aada8c80982c0df9e9bed46b931.zip
Update FAQ
-Fix grammar -Add notes about MTA, firewall, and SELinux
-rw-r--r--docs/en/user/faq.rst29
1 files changed, 21 insertions, 8 deletions
diff --git a/docs/en/user/faq.rst b/docs/en/user/faq.rst
index 1e36dc26..61303604 100644
--- a/docs/en/user/faq.rst
+++ b/docs/en/user/faq.rst
@@ -1,26 +1,39 @@
1Frequently Asked Questions 1Frequently Asked Questions
2========================== 2==========================
3 3
4During the installation, I've got this error ``Error Output: sh: 1: @post-cmd: not found`` 4During the installation, I got the error ``Error Output: sh: 1: @post-cmd: not found``
5------------------------------------------------------------------------------------------ 5--------------------------------------------------------------------------------------
6 6
7It seems you have a problem with your ``composer`` installation. Try to uninstall and reinstall it. 7It seems you have a problem with your ``composer`` installation. Try to uninstall and reinstall it.
8 8
9`Read the documentation about composer to know how to install it 9`Read the documentation about composer to know how to install it
10<https://getcomposer.org/doc/00-intro.md>`__. 10<https://getcomposer.org/doc/00-intro.md>`__.
11 11
12I can't valid the registration form 12I can't validate the registration form
13----------------------------------- 13--------------------------------------
14 14
15Make sure that all fields are well filled: 15Ensure that all fields are properly filled:
16 16
17* valid email address 17* valid email address
18* same passwords in two fields 18* same passwords in two fields
19 19
20I don't receive my activation email 20I'm not receiving my activation email
21----------------------------------- 21-------------------------------------
22 22
23Are you sure your email address was correct? Did you check your spams folder? 23Are you sure your email address was correct? Did you check your spam folder?
24
25If you still don't see the activation email, please ensure that you have
26installed and properly configured a mail transfer agent. Be sure to include a
27firewall rule for SMTP. E.g., if using firewalld:
28
29::
30
31 firewall-cmd --permanent --add-service=smtp
32 firewall-cmd --reload
33
34Lastly, if you have SELinux enabled, set the following rule:
35
36``setsebool -P httpd_can_sendmail 1``
24 37
25When I click on the activation link, I've got this message: ``The user with confirmation token "DtrOPfbQeVkWf6N" does not exist``. 38When I click on the activation link, I've got this message: ``The user with confirmation token "DtrOPfbQeVkWf6N" does not exist``.
26---------------------------------------------------------------------------------------------------------------------------------- 39----------------------------------------------------------------------------------------------------------------------------------