소스 검색

added password length

bach 3 년 전
부모
커밋
dddd19a7b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/modules/custom/materio_user/materio_user.module

+ 1 - 1
web/modules/custom/materio_user/materio_user.module

@@ -82,7 +82,7 @@ function materio_user_form_user_modal_form_alter(&$form, FormStateInterface $for
 
 function _materio_user_process_password_confirm($element){
   // ksm($element);
-  $element['pass1']['#description'] = t('Password must contains lowercase, uppercase, digits and special characters.');
+  $element['pass1']['#description'] = t('Password must contains height lowercase, uppercase, digits and special characters.');
   $element['pass1']['#attributes'] += array(
     "v-model" => "pass1",
     "placeholder" => $element['pass1']['#title'],