Extended class comment
This commit is contained in:
parent
e6b0eb3423
commit
7203f6951e
1 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,9 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* This class provides all methods for user management.
|
||||
* This class provides wrapper methods for user management. Multiple backends are
|
||||
* supported. User management operations are delegated to the configured backend for
|
||||
* execution.
|
||||
*
|
||||
* Hooks provided:
|
||||
* pre_createUser(&run, uid, password)
|
||||
|
|
Loading…
Reference in a new issue