Patch - Password manager: Difference between revisions

From Edge Threat Management Wiki - Arista
Jump to navigationJump to search
(Created page with "= What it is = This patch fixes the following issues: * Some characters were unusable with the new password manager. = Affected Version = 17.4.0 = How to run = <code> curl -s -k https://downloads.untangle.com/public/patches/17.4.0/17.4.0-password-manager.patch.sh.tgz | tar -xz && ./17.4.0-password-manager.patch </code>")
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:


* Some characters were unusable with the new password manager.
* Some characters were unusable with the new password manager.
NOTE : Users will need to re-enter any passwords that contain the ! or $ characters via the UI.


= Affected Version =
= Affected Version =
Line 12: Line 14:


<code>
<code>
curl -s -k https://downloads.untangle.com/public/patches/17.4.0/17.4.0-password-manager.patch.sh.tgz | tar -xz && ./17.4.0-password-manager.patch
curl -s -k https://downloads.untangle.com/public/patches/17.4.0/17.4.0-password-manager.patch.sh.tgz | tar -xz && ./17.4.0-password-manager.patch.sh
</code>
</code>

Latest revision as of 17:24, 5 December 2025

What it is

This patch fixes the following issues:

  • Some characters were unusable with the new password manager.

NOTE : Users will need to re-enter any passwords that contain the ! or $ characters via the UI.

Affected Version

17.4.0

How to run

curl -s -k https://downloads.untangle.com/public/patches/17.4.0/17.4.0-password-manager.patch.sh.tgz | tar -xz && ./17.4.0-password-manager.patch.sh