- Posts: 9
COMMUNITY FORUM
K2 Login popup not displaying failed login attempt
- rookieblue76
-
Topic Author
- Offline
- New Member
Less
More
11 years 8 months ago #117621
by rookieblue76
K2 Login popup not displaying failed login attempt was created by rookieblue76
On my site, when the user clicks on login, i take them to k2 login module. but if they type in incorrect uid/pwd, they get redirected to default joomla login and there is no indication that their authencation failed. is there a way we can display the error and remain on the k2 login popup?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
11 years 8 months ago #117622
by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: K2 Login popup not displaying failed login attempt
Hello,
Make sure you have the correct redirect settings in your module's params and you are using the latest templates for that module.
Make sure you have the correct redirect settings in your module's params and you are using the latest templates for that module.
Please Log in or Create an account to join the conversation.
- rookieblue76
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 9
11 years 8 months ago #117623
by rookieblue76
Replied by rookieblue76 on topic Re: K2 Login popup not displaying failed login attempt
right now the login/logout redirect url is set to home on my login k2 user module.
what i want to happen is when they click on login, i popup the k2 user login module. if they type incorrect uid/pwd (i.e. failed authentication) i want them to remain on the k2 user login popup. but instead whats happening is that they get redirected to joomla login page.
what i want to happen is when they click on login, i popup the k2 user login module. if they type incorrect uid/pwd (i.e. failed authentication) i want them to remain on the k2 user login popup. but instead whats happening is that they get redirected to joomla login page.
Please Log in or Create an account to join the conversation.
- rookieblue76
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 9
11 years 8 months ago #117624
by rookieblue76
Replied by rookieblue76 on topic Re: K2 Login popup not displaying failed login attempt
We are using K2 v2.6.6 and Joomla 3.1.5
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
11 years 8 months ago #117625
by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: K2 Login popup not displaying failed login attempt
If you are using it in an iframe or inside a modal box you probably need a simple JS script to make the validation without reloading the entire page.
Please Log in or Create an account to join the conversation.
- rookieblue76
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 9
11 years 8 months ago #117626
by rookieblue76
Replied by rookieblue76 on topic Re: K2 Login popup not displaying failed login attempt
is there any js script you might be able to share?
Please Log in or Create an account to join the conversation.