bolt / users

Bolt users extension.
MIT License
8 stars 7 forks source link

Email confirmation #22

Open axoloth opened 2 years ago

axoloth commented 2 years ago

Hi! In the config, it's possible to set the "initial_status" to "email_confirmation", but i can't see any code who effectively send mail and activate the user only after it's mail is confirm.

Do i miss something ?

How can i implements this ? i thought to register a doctrine event to listen when the user is added. Is it the best way ?