From 59e91bc8931a386974a3817e9849aad1ca7fc186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 21 Oct 2015 14:14:51 +0200 Subject: add docs --- docs/en/Administrator/multiusers.rst | 47 ++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 docs/en/Administrator/multiusers.rst (limited to 'docs/en/Administrator/multiusers.rst') diff --git a/docs/en/Administrator/multiusers.rst b/docs/en/Administrator/multiusers.rst new file mode 100644 index 00000000..a4053aae --- /dev/null +++ b/docs/en/Administrator/multiusers.rst @@ -0,0 +1,47 @@ +.. _`Multi users`: + +Multi users +=========== + +Create a new account +-------------------- + +Administrator mode +------------------ + +If you want to use wallabag with several persons, you can create new +accounts from the configuration page. + +At the bottom of this page there is a form where you should input a user +name and a password. + +It is now possible to login to this account from the login page of +wallabag. + +No information are shared among the accounts. + +Open registration mode +---------------------- + +Starting from version 1.9, the administrator can let users register by +themselves. This is done by changing the following lines in the +configuration file: + +:: + + // registration + @define ('ALLOW_REGISTER', FALSE); + @define ('SEND_CONFIRMATION_EMAIL', FALSE); + +Then, a user will be able to enter his/her user name and password to +create his/her own account. Depending on the configuration, a +confimation email can be sent to users who gave an email address. + +Remove an account +----------------- + +It is possible to remove your own account from the configuration page. +You simply have to enter your password and to ask for the removal. + +Of course, when there is only one account, it is impossible to remove +it. -- cgit v1.2.3