Changeset 19702 for trunk/wp-login.php
- Timestamp:
- 01/06/2012 06:31:43 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r19687 r19702 240 240 * @param string $key Hash to validate sending user's password 241 241 * @param string $login The user login 242 * 243 * @return object|WP_Error 242 * @return object|WP_Error User's database row on success, error object for invalid keys 244 243 */ 245 244 function check_password_reset_key($key, $login) { … … 265 264 * Handles resetting the user's password. 266 265 * 267 * @uses $wpdb WordPress Database object 268 * 269 * @param string $key Hash to validate sending user's password 266 * @param object $user The user 267 * @param string $new_pass New password for the user in plaintext 270 268 */ 271 269 function reset_password($user, $new_pass) {
Note: See TracChangeset
for help on using the changeset viewer.