OC_USER now is an abstract class (OC_USER_ABSTRACT)
At start the choosen user manager is created (e.g. OC_USER_DATABASE, OC_USER_LDAP) and put into the global variable `$userManager`. This is the variable to use instead of `OC_USER` class. TODO: A better name than $userManager?
Showing
- inc/User/database.php 14 additions, 12 deletionsinc/User/database.php
- inc/User/ldap.php 2 additions, 1 deletioninc/User/ldap.php
- inc/User/mod_auth.php 3 additions, 1 deletioninc/User/mod_auth.php
- inc/lib_base.php 56 additions, 31 deletionsinc/lib_base.php
- inc/lib_config.php 63 additions, 52 deletionsinc/lib_config.php
- inc/lib_user.php 16 additions, 82 deletionsinc/lib_user.php
Loading
Please register or sign in to comment