diff --git a/jslib b/jslib
index 1c1f080acf0..ef743ea8ca3 160000
--- a/jslib
+++ b/jslib
@@ -1 +1 @@
-Subproject commit 1c1f080acf0c130b5344c2a729248e1327a46e09
+Subproject commit ef743ea8ca3d4c3b05077ba72d391ab89347848f
diff --git a/src/app/accounts/set-password.component.html b/src/app/accounts/set-password.component.html
index 2511236daac..47da633f930 100644
--- a/src/app/accounts/set-password.component.html
+++ b/src/app/accounts/set-password.component.html
@@ -9,6 +9,10 @@
{{'ssoCompleteRegistration' | i18n}}
+
+ {{'resetPasswordAutoEnrollInviteWarning' | i18n}}
+
diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json
index f3133f5a873..bfd7a9e34b4 100644
--- a/src/locales/en/messages.json
+++ b/src/locales/en/messages.json
@@ -1702,5 +1702,11 @@
},
"updateMasterPasswordWarning": {
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update it now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
+ },
+ "resetPasswordPolicyAutoEnroll": {
+ "message": "Automatic Enrollment"
+ },
+ "resetPasswordAutoEnrollInviteWarning": {
+ "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password."
}
}