Closed (works as designed)
Project:
Fancy Login
Version:
7.x-1.0-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2012 at 20:01 UTC
Updated:
14 Nov 2013 at 12:18 UTC
Jump to comment: Most recent
Comments
Comment #1
jaypanUnfortunately 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.
Comment #2
jaypan