Feature proposal #4835
closedImplement login linking on failed registration
Description
When registration attempt fails with username or email address already in use it should display the CB login form with the option to login and auto link the accounts. To do this it should render the login form like it does for the registration form. It would then add an input with the provider id, which can be grabbed on the after login trigger to link the accounts.
Updated by krileon about 10 years ago
- Target version changed from 6.0.1 to 7.1.0
Updated by krileon about 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
If the registration fails due to username or email existing error and linking is enabled it will redirect the user to login informing them of this and asking to login to link their account. After login it'll redirect back to CB Connect to continue the process of linking if the redirect isn't override by the module or by a plugin (in which case they can just use the Link button).