nextcloud/inc/User
Aldo "xoen" Giambelluca 9fe46ef093 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?
2010-07-19 21:33:29 +02:00
..
database.php OC_USER now is an abstract class (OC_USER_ABSTRACT) 2010-07-19 21:33:29 +02:00
ldap.php OC_USER now is an abstract class (OC_USER_ABSTRACT) 2010-07-19 21:33:29 +02:00
mod_auth.php OC_USER now is an abstract class (OC_USER_ABSTRACT) 2010-07-19 21:33:29 +02:00