Fancy Login breaks the link for "Log in automatically" that is generated by IP Login.

The link redirects to a Fancy Login box, rather than automatically logging in as it should be.

Comments

jaypan’s picture

Unfortunately that means there is a fundamental incompatibility between these modules. This module uses 'progressive enhancement' to ajaxify any link that goes to the path user/login. That module must use that path somehow with the login link, which is why the link is being ajaxified. This means it cannot be fixed from this module, as it is the core functionality of this module.

Either the path to the IP login would/will have to be changed in the IP login module, or you will have to override that path in a custom module, and alter the link to point to your path.

jaypan’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)