diff options
Diffstat (limited to 'docs/en/user/create_account.rst')
-rw-r--r-- | docs/en/user/create_account.rst | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/en/user/create_account.rst b/docs/en/user/create_account.rst new file mode 100644 index 00000000..11fe304c --- /dev/null +++ b/docs/en/user/create_account.rst | |||
@@ -0,0 +1,43 @@ | |||
1 | Create an account | ||
2 | ================= | ||
3 | |||
4 | On the login page, click on ``Register`` button. | ||
5 | |||
6 | .. image:: ../../img/user/registration_form.png | ||
7 | :alt: Registration form | ||
8 | :align: center | ||
9 | |||
10 | You have to fill the form. Please sure to type a valid email address, we'll send you an activation email. | ||
11 | |||
12 | .. image:: ../../img/user/sent_email.png | ||
13 | :alt: Email was sent to activate account | ||
14 | :align: center | ||
15 | |||
16 | Check your inbox, you now have a new mail with a link like this ``http://wallabag/register/confirm/Ba19wokGovN-DdBQNfg4YgRkUQWRP4-k2g0Bk-hBTX4``. Click on it to activate your account. | ||
17 | |||
18 | Your account is now activated. | ||
19 | |||
20 | .. image:: ../../img/user/activated_account.png | ||
21 | :alt: Welcome on board! | ||
22 | :align: center | ||
23 | |||
24 | Frequently asked questions | ||
25 | -------------------------- | ||
26 | |||
27 | I can't valid the registration form | ||
28 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
29 | |||
30 | Make sure that all fields are well filled: | ||
31 | |||
32 | * valid email address | ||
33 | * same passwords in two fields | ||
34 | |||
35 | I don't receive my activation email | ||
36 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
37 | |||
38 | Are you sure your email address was correct? Did you check your spams folder? | ||
39 | |||
40 | When I click on the activation link, I've got this message: ``The user with confirmation token "DtrOPfbQeVkWf6N" does not exist``. | ||
41 | ~~~~~~~~~~~~~~~ | ||
42 | |||
43 | You already enabled your account or the URL of the activation email is wrong. | ||