janko / rodauth-rails

Rails integration for Rodauth authentication framework
https://github.com/jeremyevans/rodauth
MIT License
584 stars 40 forks source link

Fix default account status #28

Closed basabin54 closed 3 years ago

basabin54 commented 3 years ago

Fixes Issue #27

Change default account status to 'unverified' and reordered unique where status in constraint to match Rodauth default table setup: http://rodauth.jeremyevans.net/rdoc/files/README_rdoc.html#label-Creating+tables

janko commented 3 years ago

Looks good, thanks!