add a separate interface for auth modules w/ change_password() method
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
class Auth_Internal extends Auth_Base {
|
||||
class Auth_Internal extends Auth_Base implements IAuthModule2 {
|
||||
|
||||
function about() {
|
||||
return array(null,
|
||||
|
||||
Reference in New Issue
Block a user