Is there a way to stop sucessful CAS login to NOT create a user?
I think this normally done by "disable registration"

I want only users with an existing auth_user record to login.
Those users that successfully login through CAS but do not have an
auth_user record should be redirected.

I have CAS working, but these do not work
auth.settings.actions_disabled.append('register')
auth.settings.registration_requires_approval = True

Any advice is appreciated.

Bruce Young

Reply via email to