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).
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).