-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent cancelled user from registering if registration is closed #10379
Conversation
Nope. This will still not show the registration component when a registration is cancelled, but the registration period is still open. The correct solution is to migrate the Registration Closed message to react and then check if the registration is closed and the user is not registered or cancelled and then render that. I can do that on Monday if that is fine |
If you want to do it this weekend we can just merge only the backend and just show the cancelled people the error until monday |
Ah yep of course, very silly. No urgency on this as I think they're all sorted for Worlds now, but removed the frontend change so you can either add it to this PR/raise it in a new one |
Tim has been struggling with this issue when they close World's reg, and I realized that the problem is that users with cancelled registrations shouldn't be able to register after reg is closed - but our system views them as having a registration, so we still render the Register panel and accept the "update".