mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Include password in postLogin parameters
Include password in postLogin parameters, since it was wrongly written at the documentation.
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