At the moment adding new email domains to the list of whitelisted goes usually as follows
- there is an email by a user to the IM email to tell about problems signing up
- someone from IM team contacts a developer to add the domain(s) to the lists
- there has to be a push to prod to make the emails work for registration
To make handling these domains easier in the future and avoid having to push things to production, it would be good to have a Django admin page for superusers to maintain the domains.
xref: IFRCGo/go-frontend#556
At the moment adding new email domains to the list of whitelisted goes usually as follows
To make handling these domains easier in the future and avoid having to push things to production, it would be good to have a Django admin page for superusers to maintain the domains.
xref: IFRCGo/go-frontend#556