add a separate interface for auth modules w/ change_password() method
This commit is contained in:
4
classes/IAuthModule2.php
Normal file
4
classes/IAuthModule2.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
interface IAuthModule2 extends IAuthModule {
|
||||
function change_password(int $owner_uid, string $old_password, string $new_password) : string;
|
||||
}
|
||||
Reference in New Issue
Block a user