mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-05-02 11:35:52 +03:00
[GH-ISSUE #998] Add new "Password" Parameter (not visible when already stored) #848
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#848
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 @Arismane on GitHub (Jan 26, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/998
I am sorry if I don't publish my issue on the correct place (I searched a lot before posting here) but I use your excellent library on one of my IoTs and it would be useful if someone could create a new parameter which would not be visible if already stored or when typing the value like on WiFi password. If it is already possible I don't know how to do it. I have searched a lot! (I know you are too busy)
Thank you very much!
@hipotenusa commented on GitHub (Aug 26, 2020):
Not sure if this is what you are asking...it will make your password field apperar behind asterisks:
WiFiManagerParameter custom_mqtt_password("password", "MQTT Password", mqtt_password, 20, "type=\"password\"");