mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1636] warning on incorrect password #1390
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#1390
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 @Catta1997 on GitHub (Jul 13, 2023).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1636
There is a way to use
HTTP_STATUS_OFFFAILafter a cooldown instead of the next connection? I meanI'm trying to connect to a wifi with SSID "test" and paw "pass1" , with SSID "test" and paw "pass2" , is possible to let user now immediately that the password is incorrect instead write it on next connection? maybe with a pop-up that redirect to main page
@aliyoruk38 commented on GitHub (Sep 5, 2023):
yes, this should be added.
Incorrect password should be shown as a warning before connecting
@akutruff commented on GitHub (Oct 11, 2023):
Just ran into this. When there's an incorrect password, the library is completely hung until there is a connection timeout and there's no ability to give feedback for the user at all.