API/functions/bb login
From bbPulp
| Function | |
|---|---|
| bb_login | |
| File: | /bb-includes/pluggable.php |
| Class: | none |
| Pluggable: | yes |
| Introduced: | revision 335 |
| Deprecated: | no |
[edit] Description
object bb_login ( string $login, string $password )
Uses the supplied parameters to log-in a user.
Login details are checked and if successful, the login cookies are set.
[edit] Parameters
- login
- The users login name.
- password
- The users real password (not an MD5 hash)
[edit] Return values
Returns the result of the function call to bb_check_login
[edit] Actions
- bb_user_login
- Called immediately after the cookies are set.
[edit] Plugins that redefine this function
None

