You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
as we all know most websites has login forms in a drop down field in head section(see screenshots below). If user but incorrect login data, will redirect to other page and shows error message with a login form. The problem bei contao is if we to this in a drop down and user put incorrect login data, contao load here the same page and show the error message. There is no possibility to redirect user to another page without any changes in templates or use own solutions.
Question: is there a possibility to insert a redirect in the login module to choose a page for a error message if login incorrect. I know that we will need to insert login module in the error page again.