Include password in postLogin parameters

Include password in postLogin parameters, since it was wrongly written at the documentation.
This commit is contained in:
Alan Tygel
2017-04-11 17:02:55 -03:00
committed by GitHub
parent 2e382dc753
commit 0d80cfe1b8

View File

@@ -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