[PR #797] [CLOSED] Added input field to enter a password for securing the device itself #1681

Closed
opened 2026-02-28 02:12:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/797
Author: @sidey79
Created: 1/1/2019
Status: Closed

Base: otaHead: ota


📝 Commits (3)

  • 55c1b78 Added input field to enter a password for securing the device itself
  • 0ebd82c Added prototype for parameter save function
  • 9e8833c Merge branch 'ota' of github.com:sidey79/WiFiManager into ota

📊 Changes

3 files changed (+14 additions, -2 deletions)

View changed files

📝 WiFiManager.cpp (+9 -0)
📝 WiFiManager.h (+4 -2)
📝 strings_en.h (+1 -0)

📄 Description

Added basic authentication for ota update handler.

I've added an input fielf for a password, but i can't figure out where to save the variable.

image

I've tried to understand how static ip is saved and i think static ip is not preserved after reboot.

I need some help, where to go.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/tzapu/WiFiManager/pull/797 **Author:** [@sidey79](https://github.com/sidey79) **Created:** 1/1/2019 **Status:** ❌ Closed **Base:** `ota` ← **Head:** `ota` --- ### 📝 Commits (3) - [`55c1b78`](https://github.com/tzapu/WiFiManager/commit/55c1b78c245da957b1221e597436b6f5f21171bc) Added input field to enter a password for securing the device itself - [`0ebd82c`](https://github.com/tzapu/WiFiManager/commit/0ebd82cabb24953697f926b6d142be01390dd0ab) Added prototype for parameter save function - [`9e8833c`](https://github.com/tzapu/WiFiManager/commit/9e8833ce3518a9617d133b7eeebd56944005dbb9) Merge branch 'ota' of github.com:sidey79/WiFiManager into ota ### 📊 Changes **3 files changed** (+14 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+9 -0) 📝 `WiFiManager.h` (+4 -2) 📝 `strings_en.h` (+1 -0) </details> ### 📄 Description Added basic authentication for ota update handler. I've added an input fielf for a password, but i can't figure out where to save the variable. ![image](https://user-images.githubusercontent.com/7968127/50577284-5db17300-0e25-11e9-9ca0-3e12ce164676.png) I've tried to understand how static ip is saved and i think static ip is not preserved after reboot. I need some help, where to go. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 02:12:38 +03:00
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#1681
No description provided.