Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -236,7 +236,7 @@ |
237 | 237 | |
238 | 238 | 'AbortAutoAccount': Return false to cancel automated local account creation, where normally authentication against an external auth plugin would be creating a local account. |
239 | 239 | $user: the User object about to be created (read-only, incomplete) |
240 | | -&$abortMessage: out parameter: error message to be displayed to user |
| 240 | +&$abortMsg: out parameter: name of error message to be displayed to user |
241 | 241 | |
242 | 242 | 'AbortAutoblock': Return false to cancel an autoblock. |
243 | 243 | $autoblockip: The IP going to be autoblocked. |
— | — | @@ -262,7 +262,7 @@ |
263 | 263 | |
264 | 264 | 'AbortNewAccount': Return false to cancel explicit account creation. |
265 | 265 | $user: the User object about to be created (read-only, incomplete) |
266 | | -&$message: out parameter: error message to display on abort |
| 266 | +&$msg: out parameter: name of error message to display on abort |
267 | 267 | |
268 | 268 | 'AddNewAccount': after a user account is created |
269 | 269 | $user: the User object that was created. (Parameter added in 1.7) |