mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Include changeUser hook
Include changeUser hook
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user