]> source.dussan.org Git - nextcloud-server.git/commit
OC_USER now is an abstract class (OC_USER_ABSTRACT)
authorAldo "xoen" Giambelluca <xoen@xoen.org>
Mon, 19 Jul 2010 19:33:29 +0000 (21:33 +0200)
committerAldo "xoen" Giambelluca <xoen@xoen.org>
Mon, 19 Jul 2010 19:33:29 +0000 (21:33 +0200)
commit9fe46ef0937d91c50f8cb2578437bfd740e8c49c
treeb7bee7e300a3d7021f259513b07b5de87c2802d1
parent9c124a8dbf7c63c8353d3ef6148a618620a3ee3c
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?
inc/User/database.php
inc/User/ldap.php
inc/User/mod_auth.php
inc/lib_base.php
inc/lib_config.php
inc/lib_user.php