Created class `OC_USER_BACKEND` for general user managment
It's possible to use `OC_USER` as normal but the real stuff is done by the `OC_USER::$_backend` class, setted using `OC_USER::setBackend()` (this is done in inc/lib_user.php)
Showing
- inc/User/backend.php 123 additions, 0 deletionsinc/User/backend.php
- inc/User/database.php 182 additions, 197 deletionsinc/User/database.php
- inc/User/ldap.php 1 addition, 5 deletionsinc/User/ldap.php
- inc/User/mod_auth.php 79 additions, 84 deletionsinc/User/mod_auth.php
- inc/lib_base.php 31 additions, 56 deletionsinc/lib_base.php
- inc/lib_config.php 52 additions, 63 deletionsinc/lib_config.php
- inc/lib_user.php 122 additions, 60 deletionsinc/lib_user.php
Loading
Please register or sign in to comment