Changeset 3535:014be8614b7f
- Timestamp:
- 02/25/17 20:58:42 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.auth.php
r3512 r3535 609 609 $cur->user_pwd = $this->crypt($new_pass); 610 610 $cur->user_recover_key = null; 611 $cur->user_change_pwd = 1; // User will have to change this temporary password at next login 611 612 612 613 $cur->update("WHERE user_recover_key = '".$this->con->escape($recover_key)."'");
Note: See TracChangeset
for help on using the changeset viewer.