Expose backend listUsers via Auth class
This commit is contained in:
@@ -56,6 +56,10 @@ class SihnonFramework_Auth {
|
|||||||
* IPlugin methods
|
* IPlugin methods
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
public function listUsers() {
|
||||||
|
return $this->backend->listUsers();
|
||||||
|
}
|
||||||
|
|
||||||
public function authenticate($username, $password) {
|
public function authenticate($username, $password) {
|
||||||
$this->user = $this->backend->authenticate($username, $password);
|
$this->user = $this->backend->authenticate($username, $password);
|
||||||
$this->authenticated = true;
|
$this->authenticated = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user