Check new User against Whitelist #660
Closed
michelvaclav
started this conversation in
General
Replies: 1 comment 1 reply
-
You could place your code in the controller: Or in a form input validator, like the email blacklist: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I need a starting point.
After successfully implementing a checkroutine for booking squares for valid users of our club only by checking all players against a whitelist, I want to check already at registration form of a new user if he/she is part of the whitelist.
Can anyone tell me, in which file one should implement such a feature?
My idea would be to check against the whitelist when pushing the "Registrierung abschließen" button and throwing an exception, if the firstname+lastname are not in the whitelist.
Thanks in advance
michelvaclav
Beta Was this translation helpful? Give feedback.
All reactions