diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-05-07 11:10:21 +0200 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-05-07 11:10:21 +0200 |
commit | 1556c925a42619c1298edebb73eb86c009b3f3c8 (patch) | |
tree | 2e893a9ed9ab1fb28db290d3643d7945e0ad611b /docs/en/user/faq.rst | |
parent | f54de6817ea320e6d92bea368123b2fb1395d95f (diff) | |
parent | e0f4f25fd6fba6f41532e9bf5cb6fa4c515c7a46 (diff) | |
download | wallabag-1556c925a42619c1298edebb73eb86c009b3f3c8.tar.gz wallabag-1556c925a42619c1298edebb73eb86c009b3f3c8.tar.zst wallabag-1556c925a42619c1298edebb73eb86c009b3f3c8.zip |
Merge pull request #2016 from wallabag/update-documentation
Update documentation
Diffstat (limited to 'docs/en/user/faq.rst')
-rw-r--r-- | docs/en/user/faq.rst | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/en/user/faq.rst b/docs/en/user/faq.rst index 04fb25e3..1e36dc26 100644 --- a/docs/en/user/faq.rst +++ b/docs/en/user/faq.rst | |||
@@ -8,3 +8,28 @@ It seems you have a problem with your ``composer`` installation. Try to uninstal | |||
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 | |||
12 | I can't valid the registration form | ||
13 | ----------------------------------- | ||
14 | |||
15 | Make sure that all fields are well filled: | ||
16 | |||
17 | * valid email address | ||
18 | * same passwords in two fields | ||
19 | |||
20 | I don't receive my activation email | ||
21 | ----------------------------------- | ||
22 | |||
23 | Are you sure your email address was correct? Did you check your spams folder? | ||
24 | |||
25 | When I click on the activation link, I've got this message: ``The user with confirmation token "DtrOPfbQeVkWf6N" does not exist``. | ||
26 | ---------------------------------------------------------------------------------------------------------------------------------- | ||
27 | |||
28 | You already enabled your account or the URL of the activation email is wrong. | ||
29 | |||
30 | I forgot my password | ||
31 | -------------------- | ||
32 | |||
33 | You can reset your password by clicking on ``Forgot your password?`` link, | ||
34 | on the login page. Then, fill the form with your email address or your username, | ||
35 | you'll receive an email to reset your password. | ||