Level 1 officials are now auto-assigned. Rake user:check_email_domains created.

This commit is contained in:
Jakub
2015-11-29 00:55:15 +01:00
parent e30f29a9aa
commit b4be4259b7
5 changed files with 27 additions and 0 deletions

View File

@@ -26,3 +26,6 @@ Setting.create(key: 'proposal_code_prefix', value: 'MAD')
# Number of votes needed for proposal success
Setting.create(key: 'votes_for_proposal_success', value: '53726')
# Users with this email domain will automatically be marked as level 1 officials
Setting.create(key: 'email_domain_for_officials', value: 'madrid.es')