mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
create account in french
This commit is contained in:
parent
91485cf27d
commit
66755f8955
3 changed files with 54 additions and 4 deletions
|
@ -7,13 +7,16 @@ On the login page, click on ``Register`` button.
|
||||||
:alt: Registration form
|
:alt: Registration form
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
You have to fill the form. Please sure to type a valid email address, we'll send you an activation email.
|
You have to fill the form. Please sure to type a valid email address,
|
||||||
|
we'll send you an activation email.
|
||||||
|
|
||||||
.. image:: ../../img/user/sent_email.png
|
.. image:: ../../img/user/sent_email.png
|
||||||
:alt: Email was sent to activate account
|
:alt: Email was sent to activate account
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
Your account is now activated.
|
Your account is now activated.
|
||||||
|
|
||||||
|
@ -33,11 +36,11 @@ Make sure that all fields are well filled:
|
||||||
* same passwords in two fields
|
* same passwords in two fields
|
||||||
|
|
||||||
I don't receive my activation email
|
I don't receive my activation email
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Are you sure your email address was correct? Did you check your spams folder?
|
Are you sure your email address was correct? Did you check your spams folder?
|
||||||
|
|
||||||
When I click on the activation link, I've got this message: ``The user with confirmation token "DtrOPfbQeVkWf6N" does not exist``.
|
When I click on the activation link, I've got this message: ``The user with confirmation token "DtrOPfbQeVkWf6N" does not exist``.
|
||||||
~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
You already enabled your account or the URL of the activation email is wrong.
|
You already enabled your account or the URL of the activation email is wrong.
|
||||||
|
|
|
@ -24,6 +24,7 @@ La documentation principale de cette application est découpée en plusieurs sec
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: Documentation utilisateur
|
:caption: Documentation utilisateur
|
||||||
|
|
||||||
|
user/create_account
|
||||||
user/configuration
|
user/configuration
|
||||||
|
|
||||||
.. _dev-docs:
|
.. _dev-docs:
|
||||||
|
|
46
docs/fr/user/create_account.rst
Normal file
46
docs/fr/user/create_account.rst
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
Se créer un compte
|
||||||
|
==================
|
||||||
|
|
||||||
|
Sur la page de connexion, cliquez sur le bouton ``Créer un compte``.
|
||||||
|
|
||||||
|
.. image:: ../../img/user/registration_form.png
|
||||||
|
:alt: Registration form
|
||||||
|
:align: center
|
||||||
|
|
||||||
|
Vous devez renseigner le formulaire. Faites attention de bien renseigner une adresse
|
||||||
|
email valide, nous allons vous envoyer un email d'activation.
|
||||||
|
|
||||||
|
.. image:: ../../img/user/sent_email.png
|
||||||
|
:alt: Email was sent to activate account
|
||||||
|
:align: center
|
||||||
|
|
||||||
|
Vérifiez votre boite de réception, vous avez un nouvel email avec un lien comme celui-ci
|
||||||
|
``http://wallabag/register/confirm/Ba19wokGovN-DdBQNfg4YgRkUQWRP4-k2g0Bk-hBTX4``.
|
||||||
|
Cliquez dessus pour activer votre compte.
|
||||||
|
|
||||||
|
Votre compte est maintenant actif.
|
||||||
|
|
||||||
|
.. image:: ../../img/user/activated_account.png
|
||||||
|
:alt: Welcome on board!
|
||||||
|
:align: center
|
||||||
|
|
||||||
|
Foire aux questions
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
Je ne veux pas valider le formulaire de création de compte
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Soyez sur d'avoir bien renseigné tous les champs :
|
||||||
|
|
||||||
|
* une adresse email valide
|
||||||
|
* le même mot de passe dans les deux champs
|
||||||
|
|
||||||
|
Je n'ai pas reçu mon email d'activation
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Êtes-vous sur d'avoir renseigné votre bonne adresse ? Avez-vous vérifié le dossier de spams ?
|
||||||
|
|
||||||
|
Quand je clique sur le lien d'activation, j'ai ce message : ``The user with confirmation token "DtrOPfbQeVkWf6N" does not exist``.
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Vous avez déjà activé votre compte ou l'URL d'activation n'est pas correcte.
|
Loading…
Reference in a new issue