deitch / activator

Easy user activation and password reset, with email confirmation, for nodejs
85 stars 42 forks source link

Generate password #44

Closed sjlongland closed 8 years ago

sjlongland commented 8 years ago

This adds the functionality for generating a password. The password generation function is supplied as part of the user model and is called synchronously.

deitch commented 8 years ago

One down....