diff options
author | Badlop <badlop@process-one.net> | 2010-05-10 16:42:54 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2010-05-10 16:42:54 +0200 |
commit | 9476d8a2c378e0ff092faf0ba504a074bef2489b (patch) | |
tree | 3487e2af7ddb073defa7ac0d43bc3dd16061071f /doc/dev.tex | |
parent | Fix EDoc comment (diff) |
Optionally cache extauth users in mnesia (EJAB-641)
Diffstat (limited to 'doc/dev.tex')
-rw-r--r-- | doc/dev.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/dev.tex b/doc/dev.tex index f597d591e..1e46c1af2 100644 --- a/doc/dev.tex +++ b/doc/dev.tex @@ -176,6 +176,9 @@ That script is supposed to do theses actions, in an infinite loop: \item auth:User:Server:Password (check if a username/password pair is correct) \item isuser:User:Server (check if it's a valid user) \item setpass:User:Server:Password (set user's password) + \item tryregister:User:Server:Password (try to register an account) + \item removeuser:User:Server (remove this account) + \item removeuser3:User:Server:Password (remove this account if the password is correct) \end{itemize} \end{itemize} \item write to stdout: AABB |