summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/user/user.module5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index e8bcbc5d9..1311a28b0 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -2239,6 +2239,11 @@ function user_authenticate($name, $password) {
*
* The function records a watchdog message about the new session, saves the
* login timestamp, calls hook_user_login(), and generates a new session.
+ *
+ * @param array $edit
+ * The array of form values submitted by the user.
+ *
+ * @see hook_user_login()
*/
function user_login_finalize(&$edit = array()) {
global $user;