Does anyone know how to put in place email restrictions so that only people with the following addresses (@nhs.net and @nottingham.ac.uk) could sign up and register on the app?
I need to publish this app in the next couple of days and need to fix this issue asap.
Put a conditional action that allows people to go to the home page after they sign up if their email contains those values and if not it logs them out and then deletes the newly created user
Use one of the validation plugins to check that the email is the right “format”
Make your own signup form and make the signup button only visible if the email entered has the right format