API/functions/bb fix password
From bbPulp
| Function | |
|---|---|
| bb_fix_password | |
| File: | /bb-includes/pluggable.php |
| Class: | none |
| Pluggable: | yes |
| Introduced: | revision 447 |
| Deprecated: | no |
[edit] Description
boolean bb_fix_password ( integer $user_id )
Restores a given users password by removing the hash value appended to the end.
[edit] Parameters
- user_id
- The id of the user.
[edit] Return values
Returns true if the password is modified, or false on failure.
[edit] Plugins that redefine this function
None

