Dotclear

Changeset 3535:014be8614b7f


Ignore:
Timestamp:
02/25/17 20:58:42 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Temporary password will have to be changed at first login (after resetting password)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/core/class.dc.auth.php

    r3512 r3535  
    609609          $cur->user_pwd = $this->crypt($new_pass); 
    610610          $cur->user_recover_key = null; 
     611          $cur->user_change_pwd = 1;         // User will have to change this temporary password at next login 
    611612 
    612613          $cur->update("WHERE user_recover_key = '".$this->con->escape($recover_key)."'"); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map