Skip to content

Fixes and Code Improvements - #614

Merged
ExtremeFiretop merged 1 commit into
ExtremeFiretop:devfrom
Martinski4GitHub:dev
Sep 25, 2026
Merged

ExtremeFiretop merged 1 commit into
ExtremeFiretop:devfrom
Martinski4GitHub:dev

Conversation

@Martinski4GitHub

@Martinski4GitHub Martinski4GitHub commented Sep 25, 2026 •

Copy link
Copy Markdown
Collaborator
  • Fixed an issue where, after setting the email format to "Plain Text" in the SSH CLI menu, the WebUI would show the selection box as empty instead of reflecting the "Plain Text" setting previously made by the user.

  • Fixed parsing issues when handling unusual but valid user input for the "Secondary Email Address" option.

  • Improved functions that set and get configuration settings, also making sure values stored as assignment statements are defined as literal strings (e.g. KeyName='KeyValue').

  • Included a fix in the WebUI from @maghuro to properly handle the colon separator in login credentials (i.e. "username:password") [Thanks @maghuro]

  • Miscellaneous code improvements.

Example screenshot showing the "Plain Text" issue:

WebUI_EmailFormat_PlainText

- Fixed issue where setting the email format to "Plain Text" in the SSH CLI menu, the WebUI would show the selection box as empty instead of reflecting the "Plain Text" setting made previously by the user.

- Fixed parsing issues when handling unusual but valid user input for the "Secondary Email Address" option.

- Improved functions that set and get configuration settings, also making sure values stored as assignment statements are defined as literal strings (e.g. KeyName='KeyValue').

- Included fix in the WebUI from @maghuro to properly handle the colon separator in login credentials (i.e. username:password).

- Miscellaneous code improvements.
@ExtremeFiretop

Copy link
Copy Markdown
Owner

All good here!

Thanks! Merging!

@ExtremeFiretop

Copy link
Copy Markdown
Owner

@Martinski4GitHub

Nice catch on the email format bug btw!

@ExtremeFiretop
ExtremeFiretop merged commit 4e06a48 into ExtremeFiretop:dev Sep 25, 2026
2 checks passed
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.

2 participants