-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[change] Allow showing failure messages coming from captive portal #604
Comments
We could allow configuring the following parameters in the captive_portal_login YAML part:
This should happen in the login component. We should also update that README section to indicate that for captive portals like coova chilli which simply redirect to the login page with some GET parameters in the querystring (instead of showing a dedicated failure page) this method can be used. |
This can be solved with the following extra JS file loaded for the whole application:
It's good enough for me now. |
If form posted in the iframe responds with:
The actual implementation doesn't manage to show the message to the user.
Let's look for a solution.
The text was updated successfully, but these errors were encountered: