I am very new to programming. I'd like to require a school email address to login/sign up to my site, but I have no idea how to do this. I've written logins before, and email confirmations (etc), but I don't know how to require a specific email address (e.g. john@notarealcollege.edu). How would I verify & require a specific address (e.g. ".randomcollege.edu")? preferably in JS/PHP
Hugely appreciate the help, ty