add a separate interface for auth modules w/ change_password() method

This commit is contained in:
Andrew Dolgov
2023-10-27 22:21:30 +03:00
parent 925256c81f
commit a1a2fe40f6
3 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<?php
class Auth_Internal extends Auth_Base {
class Auth_Internal extends Auth_Base implements IAuthModule2 {
function about() {
return array(null,