summaryrefslogtreecommitdiff
path: root/classes/iauthmodule.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/iauthmodule.php')
-rw-r--r--classes/iauthmodule.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/iauthmodule.php b/classes/iauthmodule.php
index 2d0c98709..e714cc6ca 100644
--- a/classes/iauthmodule.php
+++ b/classes/iauthmodule.php
@@ -1,4 +1,5 @@
<?php
interface IAuthModule {
function authenticate($login, $password); // + optional third parameter: $service
+ function hook_auth_user(...$args); // compatibility wrapper due to how hooks work
}