Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Is it possible to allow normal registration when using ProxyConnect?
I'd like to offer users the option to sign up for an account if they don't want to use their university account to sign in. Currently, if I set the ProxyConnect registration url to /entry/register it gets stuck in an infinite loop.
Tagged:
0
Comments
ProxyConnect will check for a matching user that already exists (i.e. registered directly) before it creates its own new user. If it finds a match, it will prompt the user to attach that existing account to the external CMS account by asking for the password. However, that is optional - the user can instead have a new ProxyConnect account created and leave the existing account alone for separate login.
How registration works practically, I don't know, but I hope this gives some directions to explore.
As a temporary solution, I just added a return at the beginning of the method. A more permanent solution would either allow programmatically enabling/disabling the original registration in the ProxyConnect settings, or allowing the original registration if a specific parameter is passed.