{!! __(GetAppText("page.ext_user_reset_password_set_password.title")) !!}

{!! __(GetAppText("page.ext_user_reset_password_set_password.text")) !!}

@component("components.inputs.input_info", ["id" => "new_password", "type" => "password", "placeholder" => __(GetAppText("new_password")), "dataTarget" => "modal_info_complexity_requirements", "mandatory" => true]) @endcomponent
@component("components.inputs.input", ["id" => "confirm_password", "type" => "password", "placeholder" => __(GetAppText("confirm_password")), "mandatory" => true]) @endcomponent
@component("components.links.link", [ "id" => "lnk_register_user", "title" => __("universal.link.cancel"), "url" => session("url.loginPage"), "linkClass" => "btn btn-danger" ]) @endcomponent
@component("components.buttons.button", [ "id" => "btn_set_new_password", "title" => __("universal.button.next") ]) @endcomponent
@component("components.modals.modal", ["id" => "modal_info_complexity_requirements", "modalTitle" => __(GetAppText("info.complexity_requirements_password.title"))]) @slot("modalBody") {!! __(GetAppText("info.complexity_requirements_password.text")) !!} @endSlot @endcomponent