Authenticate user with remember capability.The credentials is an array that has ‘user_login’, ‘user_password’, and ‘remember’ indices. If the credentials is not given, then the log in form will be assumed and used if set.
4131
Continue readingAuthenticate user with remember capability.The credentials is an array that has ‘user_login’, ‘user_password’, and ‘remember’ indices. If the credentials is not given, then the log in form will be assumed and used if set.
4131
Continue readingChecks a users login information and logs them in if it checks out. This function is deprecated.Use the global $error to get the reason why the login failed. If the username is blank, no error will be set, so assume blank username on that case.
3879
Continue reading