I want to restrict my signups to certain colleges while building a product using django. I want to do something similar to how Autodesk approves its users. I have a list of the domain names.
I tried manually allowing sign-ups for certain domain names. This was done in the code itself and not connected to a database of domain names. I saw an answer linking a model but for a blocklist. I need to do the opposite.
New contributor
Neha Girish is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.