Include changeUser hook

Include changeUser hook
This commit is contained in:
Alan Tygel
2017-03-10 07:08:07 -03:00
committed by GitHub
parent 51c5c95955
commit b1960a7afd

View File

@@ -102,6 +102,7 @@ Hooks available in scope **\\OC\\User**:
* **preSetPassword** (\\OC\\User\\User $user, string $password, string $recoverPassword)
* **postSetPassword** (\\OC\\User\\User $user, string $password, string $recoverPassword)
* **changeUser** (\\OC\\User\\User $user, string $feature, string $value)
* **preDelete** (\\OC\\User\\User $user)
* **postDelete** (\\OC\\User\\User $user)
* **preCreateUser** (string $uid, string $password)