passport-local-sequelize icon indicating copy to clipboard operation
passport-local-sequelize copied to clipboard

don't require password on activation

Open lefnire opened this issue 9 years ago • 2 comments

Addresses #17

Requiring password on activation is something I haven't personally experienced. Typically you send an email with query params of ?email={EMAIL}&key={KEY} (or similar). I've been using my own fork of PLS in production (codebase) doing just that. Maybe give Jobpig registration a go to see how it flows, and if this PR is something you wanna merge

lefnire avatar Apr 22 '16 01:04 lefnire

could we have it so as the developer can choose if he would like the user to retype password on the activation page? adding an option basically.

madhurjain avatar Apr 23 '16 18:04 madhurjain

Roger, will look into when I get a chance.

lefnire avatar Apr 23 '16 21:04 lefnire