[GH-ISSUE #998] Add new "Password" Parameter (not visible when already stored) #848

Open
opened 2026-02-28 01:27:19 +03:00 by kerem · 1 comment
Owner

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!

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!
Author
Owner

@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\"");

<!-- gh-comment-id:680813220 --> @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\"");`
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#848
No description provided.