diff options
-rw-r--r-- | docs/en/user/create_account.rst | 11 | ||||
-rw-r--r-- | docs/fr/index.rst | 1 | ||||
-rw-r--r-- | docs/fr/user/create_account.rst | 46 |
3 files changed, 54 insertions, 4 deletions
diff --git a/docs/en/user/create_account.rst b/docs/en/user/create_account.rst index 11fe304c..f0110e55 100644 --- a/docs/en/user/create_account.rst +++ b/docs/en/user/create_account.rst | |||
@@ -7,13 +7,16 @@ On the login page, click on ``Register`` button. | |||
7 | :alt: Registration form | 7 | :alt: Registration form |
8 | :align: center | 8 | :align: center |
9 | 9 | ||
10 | You have to fill the form. Please sure to type a valid email address, we'll send you an activation email. | 10 | You have to fill the form. Please sure to type a valid email address, |
11 | we'll send you an activation email. | ||
11 | 12 | ||
12 | .. image:: ../../img/user/sent_email.png | 13 | .. image:: ../../img/user/sent_email.png |
13 | :alt: Email was sent to activate account | 14 | :alt: Email was sent to activate account |
14 | :align: center | 15 | :align: center |
15 | 16 | ||
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 | Check your inbox, you now have a new mail with a link like this |
18 | ``http://wallabag/register/confirm/Ba19wokGovN-DdBQNfg4YgRkUQWRP4-k2g0Bk-hBTX4``. | ||
19 | Click on it to activate your account. | ||
17 | 20 | ||
18 | Your account is now activated. | 21 | Your account is now activated. |
19 | 22 | ||
@@ -33,11 +36,11 @@ Make sure that all fields are well filled: | |||
33 | * same passwords in two fields | 36 | * same passwords in two fields |
34 | 37 | ||
35 | I don't receive my activation email | 38 | I don't receive my activation email |
36 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 39 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
37 | 40 | ||
38 | Are you sure your email address was correct? Did you check your spams folder? | 41 | Are you sure your email address was correct? Did you check your spams folder? |
39 | 42 | ||
40 | When I click on the activation link, I've got this message: ``The user with confirmation token "DtrOPfbQeVkWf6N" does not exist``. | 43 | When I click on the activation link, I've got this message: ``The user with confirmation token "DtrOPfbQeVkWf6N" does not exist``. |
41 | ~~~~~~~~~~~~~~~ | 44 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
42 | 45 | ||
43 | You already enabled your account or the URL of the activation email is wrong. | 46 | You already enabled your account or the URL of the activation email is wrong. |
diff --git a/docs/fr/index.rst b/docs/fr/index.rst index 6892f080..0875a538 100644 --- a/docs/fr/index.rst +++ b/docs/fr/index.rst | |||
@@ -24,6 +24,7 @@ La documentation principale de cette application est découpée en plusieurs sec | |||
24 | :maxdepth: 2 | 24 | :maxdepth: 2 |
25 | :caption: Documentation utilisateur | 25 | :caption: Documentation utilisateur |
26 | 26 | ||
27 | user/create_account | ||
27 | user/configuration | 28 | user/configuration |
28 | 29 | ||
29 | .. _dev-docs: | 30 | .. _dev-docs: |
diff --git a/docs/fr/user/create_account.rst b/docs/fr/user/create_account.rst new file mode 100644 index 00000000..34f6c342 --- /dev/null +++ b/docs/fr/user/create_account.rst | |||
@@ -0,0 +1,46 @@ | |||
1 | Se créer un compte | ||
2 | ================== | ||
3 | |||
4 | Sur la page de connexion, cliquez sur le bouton ``Créer un compte``. | ||
5 | |||
6 | .. image:: ../../img/user/registration_form.png | ||
7 | :alt: Registration form | ||
8 | :align: center | ||
9 | |||
10 | Vous devez renseigner le formulaire. Faites attention de bien renseigner une adresse | ||
11 | email valide, nous allons vous envoyer un email d'activation. | ||
12 | |||
13 | .. image:: ../../img/user/sent_email.png | ||
14 | :alt: Email was sent to activate account | ||
15 | :align: center | ||
16 | |||
17 | Vérifiez votre boite de réception, vous avez un nouvel email avec un lien comme celui-ci | ||
18 | ``http://wallabag/register/confirm/Ba19wokGovN-DdBQNfg4YgRkUQWRP4-k2g0Bk-hBTX4``. | ||
19 | Cliquez dessus pour activer votre compte. | ||
20 | |||
21 | Votre compte est maintenant actif. | ||
22 | |||
23 | .. image:: ../../img/user/activated_account.png | ||
24 | :alt: Welcome on board! | ||
25 | :align: center | ||
26 | |||
27 | Foire aux questions | ||
28 | ------------------- | ||
29 | |||
30 | Je ne veux pas valider le formulaire de création de compte | ||
31 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
32 | |||
33 | Soyez sur d'avoir bien renseigné tous les champs : | ||
34 | |||
35 | * une adresse email valide | ||
36 | * le même mot de passe dans les deux champs | ||
37 | |||
38 | Je n'ai pas reçu mon email d'activation | ||
39 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
40 | |||
41 | Êtes-vous sur d'avoir renseigné votre bonne adresse ? Avez-vous vérifié le dossier de spams ? | ||
42 | |||
43 | Quand je clique sur le lien d'activation, j'ai ce message : ``The user with confirmation token "DtrOPfbQeVkWf6N" does not exist``. | ||
44 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
45 | |||
46 | Vous avez déjà activé votre compte ou l'URL d'activation n'est pas correcte. | ||