Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYS] Breaking - Password management improvements #1787

Merged
merged 4 commits into from Nov 2, 2023

Conversation

1technophile
Copy link
Owner

@1technophile 1technophile commented Nov 1, 2023

Description:

  • Use one single password for Access point, OTA, and WebUI access

  • Enable to change this password during WM onboarding, with the WebUI, or an MQTT command
    image

  • Remove the default password during the first configuration to connect to the AP (no more "your_password"), the first WiFi access point can be accessed without a password unless the macro WM_PWD_FROM_MAC is used. The subsequent connection to the access point will use the gateway password if set

  • When using the macro WM_PWD_FROM_MAC the password can now be changed

  • OTA password at build time should now be set with:
    '-Dgw_password="xxxxxx"'
    instead of
    '-Dota_password="xxxxxx"'
    This password will be used also for the Access point and the WebUI access.

Answer to a part of the items from #1752

Checklist:

  • The pull request is done against the latest development branch
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • I accept the DCO.

Use one single password for Access point, OTA and WebUI access
Enable to change the password during WM onboarding, with the WebUI, and MQTT command
Remove the default password during the first configuration to connect to the AP
When using the last 8 digits of the MAC as the password, it can now be changed
@1technophile 1technophile merged commit 99de6ef into development Nov 2, 2023
142 checks passed
@1technophile 1technophile deleted the general-pwd branch November 2, 2023 14:10
@1technophile 1technophile changed the title [SYS] Password management improvements [SYS] Breaking - Password management improvements Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant