summaryrefslogtreecommitdiff
path: root/classes/IAuthModule2.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/IAuthModule2.php')
-rw-r--r--classes/IAuthModule2.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/classes/IAuthModule2.php b/classes/IAuthModule2.php
new file mode 100644
index 000000000..093ea7e93
--- /dev/null
+++ b/classes/IAuthModule2.php
@@ -0,0 +1,4 @@
+<?php
+interface IAuthModule2 extends IAuthModule {
+ function change_password(int $owner_uid, string $old_password, string $new_password) : string;
+}