Topic-icon Social Connection

Active Subscriptions:

None
5 years 5 months ago #66934 by [email protected]
Hello we are realizing that if a person mistakes their password, the login popup does not reappear.
In your opinion a nice nice site where the login appears as a popup if you wrong password what should it do? Wouldn't it be more logical to have a red writing in the wrong user / password popup?

it is unmanageable that the standard form is opened on the page. It completely ruins the site; could you kindly provide us with a solution or point us in the php code of this redirect?

if you really can't tell us how to make the popup reappear, could you kindly point us to the view link to modify it?

thanks a lot
The topic has been locked.
Support Specialist
5 years 5 months ago #66940 by alzander
Replied by alzander on topic Social Connection
The SCLogin module is simply a front-end to Joomla's login component (com_user). When a user enters their username and password and submits the form, we had those credentials off to the com_user component which then checks if the credentials are correct or not. If correct, com_user will look and see if a redirection URL was passed and push the user to the correct page after they login.

However, if the credentials are wrong, the user will be redirected to the Joomla login page. There's no way to override that behavior unless you want to modify Joomla's core files, which we wouldn't recommend. Additionally many components will automatically redirect the user to the login page by default if they try to access restricted content for registered users only. For that case alone, we'd recommend doing what you can to improve the login page through template overrides or styling to make it fit with the flow of your site since users will inevitably get there.

The SCLogin module is meant as a convenient replacement for the standard Joomla Login Module (mod_login). It's not meant to replace the entire Joomla login or registration process for 'normal' users. JFBConnect integrates smoothly with the SCLogin module and has an option to automatically add the social login buttons to the Joomla login and registration age as well.

I hope that helps,
Alex
The topic has been locked.