Hi,
I am trying to add a login / and registration to our website and i have some problems. I used the Login modul and added it to top2
1. when i click on login , for a brief moment the overlay appears (hidden= true and style="display:block") then after half a second the overlay disappears again (hiffen = false and style ="display:none") I have no idea why it nearly instantly disappears.
2. When i force it to stay visible (change source in browser) i can see that after the forgotten passwoert there appears something like
MOD_LOGIN_DONT_HAVE_ACCOUNT
I found your post from 4 years ago, but adding this to the language file
MOD_LOGIN="Login"
DONT_HAVE_ACCOUNT ="don't have account"
did not work.
3. the links register and passwort reset seems to be broken. When i click on ithem did not get to a form. i just get back to the index page.