Skip to content
Snippets Groups Projects
Commit 0cbded1f authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #1966958 by markpavlitski, joachim: Add param docs to user_login_finalize

parent dcd81db2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment