From 4d49a9948175cf18c54f18856c76277184fd3e35 Mon Sep 17 00:00:00 2001 From: Bryan Nelson Date: Wed, 13 May 2026 10:38:46 -0400 Subject: [PATCH] docs(kb): add Password Reset link missing with Duo and PPE Client article Generated with AI Co-Authored-By: Claude Code --- ...d-reset-link-missing-duo-and-ppe-client.md | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 docs/kb/passwordreset/portal-access-and-authentication/password-reset-link-missing-duo-and-ppe-client.md diff --git a/docs/kb/passwordreset/portal-access-and-authentication/password-reset-link-missing-duo-and-ppe-client.md b/docs/kb/passwordreset/portal-access-and-authentication/password-reset-link-missing-duo-and-ppe-client.md new file mode 100644 index 0000000000..f08093c3bf --- /dev/null +++ b/docs/kb/passwordreset/portal-access-and-authentication/password-reset-link-missing-duo-and-ppe-client.md @@ -0,0 +1,57 @@ +--- +description: >- + If the Password Reset link is missing in the Netwrix Password Reset client and Duo MFA and Password Policy Enforcer Client are both in the environment. This article explains the steps and registry settings needed to get Password Reset Client, Password Policy Enforcer Client, and Duo MFA working together. +keywords: + - password reset + - Password Reset client + - Duo + - ProvidersWhitelist + - registry + - Password Policy Enforcer Client + - GUID + - third-party credential provider +products: + - password-reset +sidebar_label: Password Reset Link Is Missing Duo and PPE Client +tags: [] +title: "Password Reset Link Is Missing with Duo and PPE Client installed" +knowledge_article_id: "" +--- + +# Password Reset Link Is Missing with Duo and PPE Client Installed + +## Symptoms + +The reset link is missing for Netwrix Password Reset when Duo MFA and Netwrix Password Policy Enforcer Client are installed. + +## Cause + +Multiple Credential Providers in the environment can conflict when you do not configure them correctly. + +## Resolution + +1. Uninstall all three: Duo MFA, Netwrix Password Reset (NPR) Client, and Netwrix Password Policy Enforcer (PPE) Client, and reboot the system. + +2. Install Duo and restore any Duo settings that the uninstallation process may have removed. + +3. Install PPE Client + +4. Install NPR Client + +5. Add a ProvidersWhitelist multi-string value of `{407DAD37-1BA1-49BB-8401-45B22F5EF77C}` following the Duo instructions here: https://help.duo.com/s/article/4041?language=en_US + +6. Press CTRL+ALT+DEL and select **Change Password**. + +7. Verify that PPE policies appear and that the Password Reset link appears on the Lock Screen. + +> **IMPORTANT:** If the Password Reset link is still missing or PPE Client is not showing policies, make sure the following registry values are not present on the machine. + +``` +[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\ANIXIS\Password Reset Client] +"PreferredProvider"="{44E2ED41-48C7-4712-A3C3-250C5E6D5D84}" +"PreferredProviderUsernameField"=dword:00000001 +"PreferredProviderFriendlyNameField"=dword:00000000 +"PreferredProviderConfirmPasswordField"=dword:00000004 +"PreferredProviderResetPasswordLinkField"=dword:00000006 +"PreferredProviderLogOnToField"=dword:00000008 +``` \ No newline at end of file