1===== Auth Plain =====
2
3 :!: **Please edit carefully** :!:
4
5Empty lines, and everything after a ''#'' character are ignored. Each line contains a colon separated array of 5 fields which are:
6
7  * **Login** - This has to be a valid [[doku>:pagename]]
8  * **Password** - Encrypted password. The encryption method can be anything accepted by [[doku>config:passcrypt|passcrypt option]] (DokuWiki will autodetect the used encryption)
9  * **Real Name** - Real name of the user
10  * **E-Mail** - Email address of user
11  * **Groups** - Comma separated list of groups a user is member of. The group names must follow the rules of valid [[doku>:pagename]]s.
12
13To create MD5 hash values from a string you could use the script [[http://www.splitbrain.org/encode.php|encode/decode]]. Due to the much better built-in functions of DokuWiki this script is deprecated and only stored here for nostalgia.
14
15Example:
16
17  andi:ece23254502f07722a98aa5b7c70baa6:Andreas Gohr:andi@splitbrain.org:admin,users,upload
18
19=== See also ===
20  * [[doku>auth:plain]]
21