mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #935] Open SSID with password fails #790
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#790
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tablatronix on GitHub (Sep 11, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/935
If you try to connect to an open AP using a password it will typically fail. Perhaps detect this and disable password input, would require passing data into webpage
@tablatronix commented on GitHub (Sep 11, 2019):
For now it may be easier to handle in code and simply ignore pass
@tablatronix commented on GitHub (Sep 12, 2019):
I added a rough fix for this, I added JS to check if clicked AP has class
land it disables password input, I also added input disable class ( simple opacity )Since this relies on js and DOM checks, any html adjustments will require a rework, in the future we can add data- attributes and usr those instead but it will bloat the code even more.
@tablatronix commented on GitHub (Sep 12, 2019):