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