]> git.immae.eu Git - github/wallabag/wallabag.git/blob - docs/en/Administrator/multiusers.rst
Merge pull request #1559 from wallabag/v2-doctrine-migrations
[github/wallabag/wallabag.git] / docs / en / Administrator / multiusers.rst
1 .. _`Multi users`:
2
3 Multi users
4 ===========
5
6 Create a new account
7 --------------------
8
9 Administrator mode
10 ------------------
11
12 If you want to use wallabag with several persons, you can create new
13 accounts from the configuration page.
14
15 At the bottom of this page there is a form where you should input a user
16 name and a password.
17
18 It is now possible to login to this account from the login page of
19 wallabag.
20
21 No information are shared among the accounts.
22
23 Open registration mode
24 ----------------------
25
26 Starting from version 1.9, the administrator can let users register by
27 themselves. This is done by changing the following lines in the
28 configuration file:
29
30 ::
31
32 // registration
33 @define ('ALLOW_REGISTER', FALSE);
34 @define ('SEND_CONFIRMATION_EMAIL', FALSE);
35
36 Then, a user will be able to enter his/her user name and password to
37 create his/her own account. Depending on the configuration, a
38 confimation email can be sent to users who gave an email address.
39
40 Remove an account
41 -----------------
42
43 It is possible to remove your own account from the configuration page.
44 You simply have to enter your password and to ask for the removal.
45
46 Of course, when there is only one account, it is impossible to remove
47 it.