When you use cas you should disable local registration
auth.settings.actions_disabled.append('register')
and somewhere you need to manually add a link to cas registration.
This cannot be automated because most cas services do not allow user
to register. At my university for example the accounts are pulled from
a peopleosoft database.
On Apr 19, 10:18 pm, Triquetra <[email protected]>
wrote:
> I'm having this same issue using cas_auth. I'm running my own CAS
> appliance.
>
> My applications successfully redirects to CAS on login, but not on
> registration. When I try to login, I get an "invalid login" error, I
> presume because the registration was never entered into CAS, but only in the
> local application.
>
> Has this been fixed?