Open 3point2 opened 12 years ago
this causes admin not to show up in Person.all_active
admin should be create with email_verified=nil (or true?). right now it's set to false.
not exactly related, but seeing as email_verified can be true, false or nil, a checkbox isn't the best widget to be using in the admin
this causes admin not to show up in Person.all_active
admin should be create with email_verified=nil (or true?). right now it's set to false.