{# load formvalidation config #} {% set aFvDataAttrNames = oViewConf.getViewThemeParam("aFvDataAttrNames") %}
{% set aErrors = oView.getFieldValidationErrors() %} {% set iPassWordLength = oViewConf.getPasswordLength() %} {% set sPassWordLengthErrorMessage = "C4S_FORM_VALIDATION_PASSWORD_MIN_LENGTH"|translate %} {{ oViewConf.getHiddenSid()|raw }} {{ oViewConf.getNavFormParams()|raw }}
{% ifcontent ident "c4s_userPasswordChangeInfo" set oCont %} {{ include(template_from_string(oCont.oxcontents__oxcontent.value)) }} {% endifcontent %}