Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
7747e1e8
Commit
7747e1e8
authored
Jan 29, 2008
by
Gábor Hojtsy
Browse files
#215335
by jvandyk: fix user_login_submit() phpdoc
parent
e77a197c
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/user/user.module
View file @
7747e1e8
...
...
@@ -1339,8 +1339,10 @@ function user_authenticate_finalize(&$edit) {
}
/**
* A validate handler on the login form. Update user's login timestamp, fire
* hook_user('login), and generate new session ID.
* Submit handler for the login form. Redirects the user to a page.
*
* The user is redirected to the My Account page. Setting the destination in
* the query string (as done by the user login block) overrides the redirect.
*/
function user_login_submit($form, &$form_state) {
global $user;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment