MantisBT: master ac8939db

Author Committer Branch Timestamp Parent
cproensa dregad master 2016-03-14 02:31 master 1b842729
Changeset

Create a token type for password activation hash

Having the activation hash stored as a token allows for more control
over when the token is used and deactivated.

Now, this token is created when the activation or password reset is
requested, and remains valid until the user actually changes their
password.

mod - core/constant_inc.php Diff File
mod - core/user_api.php Diff File
mod - lost_pwd.php Diff File
mod - verify.php Diff File