Concrete 9.4.2; PHP 8.2
Seeing two issues with user registration related to oAuth. I’m using google SSO which itself is working properly. However, for new user registration:
- Turning off ability for new users to register is ineffective. User/password registrations are not allowed, but google auth registrations go through anyway.
- New registrations do NOT send notifications. New registrations with User/password do send registrations.
It seems like the oAuth configuration is bypassing the registration settings? Any pointers would be appreciated.