Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -1358,7 +1358,7 @@ |
1359 | 1359 | $user: user object being loaded |
1360 | 1360 | &$result: set this to a boolean value to abort the normal authentification process |
1361 | 1361 | |
1362 | | -'UserLoadFromSession': called to authenticate users on external/environmental means; occurs after session is loaded |
| 1362 | +'UserLoadAfterLoadFromSession': called to authenticate users on external/environmental means; occurs after session is loaded |
1363 | 1363 | $user: user object being loaded |
1364 | 1364 | &$result: set this to a boolean value to abort the normal authentification process |
1365 | 1365 | |