diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2023-10-27 22:21:30 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2023-10-27 22:29:03 +0300 |
| commit | a1a2fe40f631737e9d7eeb79a5cc9a8d1ab124bc (patch) | |
| tree | 9beeb6a30a9c5b0ed3b4fbe4681e35f324c89216 /plugins/auth_internal/init.php | |
| parent | 925256c81f3be3678ced527fe32f5ae59418ad00 (diff) | |
add a separate interface for auth modules w/ change_password() method
Diffstat (limited to 'plugins/auth_internal/init.php')
| -rw-r--r-- | plugins/auth_internal/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/auth_internal/init.php b/plugins/auth_internal/init.php index 697d0d0d2..881d867cf 100644 --- a/plugins/auth_internal/init.php +++ b/plugins/auth_internal/init.php @@ -1,5 +1,5 @@ <?php -class Auth_Internal extends Auth_Base { +class Auth_Internal extends Auth_Base implements IAuthModule2 { function about() { return array(null, |