Password Enrollment form (pwd_enrollment_form_container) data not loadedDescriptionImpersonate problematic user and go to module password reset --> enroll, there is no enrolment data ie: https://<INSTANCE>.service-now.com/nav_to.do?uri=%2F$pwd_enrollment_form_container.doSteps to Reproduce Logon on to the instanceImpersonate to problematic userNavigate to Enroll Noticed 1) No enrolment data2) If Google authenticator configured Click on Google Authenticator Authentication Verification tabNotice that there are no verification code generatedWorkaround1. Open '$pwd_enroll_questions_ui_js' UI Macro. https://<INSTANCE_NAME>.service-now.com/nav_to.do?uri=sys_ui_macro.do?sys_id=527701f0d7232100b9bc43d60e61030d2. In the XML script, change 'addLoadEvent' to 'addAfterPageLoadedEvent' in line 8.3. Save the record and try navigating to Enroll. Related Problem: PRB1511033