AgileVentures / WebsiteOne

A website for Agile Ventures
https://www.agileventures.org
Other
143 stars 249 forks source link

Add account confirmation emails for email registrations. #3896

Closed mattlindsey closed 9 months ago

mattlindsey commented 1 year ago

Registration by email is currently disabled in production because otherwise hundreds of fake/spam accounts get generated monthly.

Add the requirement to 'confirm' email accounts by clicking on a link in a confirmation email. The devise gem should have this feature. Then we can re-enable email account registration on production (in production.yaml).

wordhouse66 commented 1 year ago

Hello Matt. I would like to take this on if it is ok

mattlindsey commented 9 months ago

Closing this because it's probably not a good idea to re-enable email registration without a way to avoid spam accounts.