]> source.dussan.org Git - nextcloud-server.git/commit
Multiply changes to user system
authorRobin Appelman <icewind1991@gmail.com>
Tue, 21 Jun 2011 17:28:46 +0000 (19:28 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Tue, 21 Jun 2011 17:28:46 +0000 (19:28 +0200)
commitee0f1490e1872cbe6071f5758e292ae1646ab1af
treedc846299da889899d508e856c2926f5c5970e74a
parentc36b8621b4e91f01e979d62d3af2075e5e5630ee
Multiply changes to user system

keeping tracked of the logged in user is no longer done by the active backend but by oc_user directly instead

multiply backends can be active at the same time, allowing alternative authentication procedures like openid or tokens to be used next to the regular user system
lib/User/backend.php
lib/User/database.php
lib/base.php
lib/user.php