[GH-ISSUE #935] Open SSID with password fails #790

Closed
opened 2026-02-28 01:27:04 +03:00 by kerem · 3 comments
Owner

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

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
kerem 2026-02-28 01:27:04 +03:00
Author
Owner

@tablatronix commented on GitHub (Sep 11, 2019):

For now it may be easier to handle in code and simply ignore pass

<!-- gh-comment-id:530492599 --> @tablatronix commented on GitHub (Sep 11, 2019): For now it may be easier to handle in code and simply ignore pass
Author
Owner

@tablatronix commented on GitHub (Sep 12, 2019):

I added a rough fix for this, I added JS to check if clicked AP has class l and 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.

  • add data attr for ap info to items, use anchor/link to avoid dom traversals
<!-- gh-comment-id:530868667 --> @tablatronix commented on GitHub (Sep 12, 2019): I added a rough fix for this, I added JS to check if clicked AP has class `l` and 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. - [ ] add data attr for ap info to items, use anchor/link to avoid dom traversals
Author
Owner

@tablatronix commented on GitHub (Sep 12, 2019):

Screen Shot 2019-09-12 at 10 11 10 AM
<!-- gh-comment-id:530871856 --> @tablatronix commented on GitHub (Sep 12, 2019): <img width="331" alt="Screen Shot 2019-09-12 at 10 11 10 AM" src="https://user-images.githubusercontent.com/807787/64796672-ad644480-d545-11e9-93d4-006767ee662d.png">
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#790
No description provided.