]> source.dussan.org Git - nextcloud-server.git/commit
Created class `OC_USER_BACKEND` for general user managment
authorAldo "xoen" Giambelluca <xoen@xoen.org>
Wed, 21 Jul 2010 15:53:51 +0000 (17:53 +0200)
committerAldo "xoen" Giambelluca <xoen@xoen.org>
Wed, 21 Jul 2010 15:53:51 +0000 (17:53 +0200)
commit68775a282d46f25f3063182e0d4b02eb18c97c14
tree3d6b6d42b2ea1c31448977ce6d25f0832d7b58e4
parent9fe46ef0937d91c50f8cb2578437bfd740e8c49c
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)
inc/User/backend.php [new file with mode: 0755]
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