issues
search
mysociety
/
remit
Research Management Information Tool (ReMIT) for Médecins Sans Frontieres' Manson Unit
Other
2
stars
1
forks
source link
Force non-msf email addresses to be approved by an admin
#122
Closed
stevenday
closed
8 years ago
stevenday
commented
8 years ago
This PR:
adds a new
approved
column to the User model, that must be true for a user to log in.
sets that column to true if the users email address is @ msf.org or a subdomain thereof
sends admins an email with every new registration that needs approval
sends users an email when their account is approved
updates the welcome email and some of the notices displayed during login/confirmation so that users know what's going on
adds a checkbox and filter to the user admin so that admins can find and approve new users
Closes #37
This PR:
approved
column to the User model, that must be true for a user to log in.Closes #37