activator icon indicating copy to clipboard operation
activator copied to clipboard

Easy user activation and password reset, with email confirmation, for nodejs

Results 4 activator issues
Sort by recently updated
recently updated
newest added

It would be great if activator checks that the reset password token can be used only once. As you suggest in [issue #67](https://github.com/deitch/activator/issues/67), including the hash of the current password...

Just thought it would be nice for this module to include the deactivation functionality. **Use case**: All activated user an expiry date in the system. When their account is expired,...

Hi, Currently if the user miss the email or he loses it, I don't see any mechanism to resend a new activation code. Currently I am using the generation activation...

Im trying to use the passwordreset but the user keeps on being undefined. Error log: Wed, 06 May 2015 02:42:54 GMT express deprecated req.param(name): Use req.params, req.body, or req.query instead...