mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #410 from alantygel/patch-3
Include password in postLogin parameters
This commit is contained in:
@@ -108,7 +108,7 @@ Hooks available in scope **\\OC\\User**:
|
||||
* **preCreateUser** (string $uid, string $password)
|
||||
* **postCreateUser** (\\OC\\User\\User $user)
|
||||
* **preLogin** (string $user, string $password)
|
||||
* **postLogin** (\\OC\\User\\User $user)
|
||||
* **postLogin** (\\OC\\User\\User $user, string $password)
|
||||
* **logout** ()
|
||||
|
||||
UserManager
|
||||
|
||||
Reference in New Issue
Block a user