OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2022-01-06 2f24bfe3555d921b9a525cca682635688ece1fc5
src/main/webapp/views/user/superUserAdd.html
@@ -59,13 +59,14 @@
                                       kr-input
                                       autocomplete="off"
                                       ng-model="vm.form.password"
                                       minlength="4"
                                       ng-pattern="/^(?=.*[A-Za-z])(?=.*\d)(?=.*[@$!%*#?&])[A-Za-z\d@$!%*#?&]{8,}$/"
                                       minlength="8"
                                       maxLength="20"
                                       required>
                                <div ng-show="userAddForm.password.$error.minlength" class="help-block form-text text-danger"
                                     translate="users.least4CharactersPassword">비밀번호는 최소 4자 이상 입력해야 합니다.
                                <div ng-show="userAddForm.password.$error.pattern" class="help-block form-text text-danger"
                                     translate="users.least8CharactersPassword">비밀번호는 특수문자 포함 최소 8자 이상 입력해야 합니다.
                                </div>
                                <small class="fc-grey" translate="users.enter4CharactersPassword">비밀번호는 4자 이상으로 입력하세요.</small>
                                <small class="fc-grey" translate="users.enter8CharactersPassword">비밀번호는 특수문자 포함 8자 이상으로 입력하세요.</small>
                            </div>
                        </div>
                        <div class="col-sm-6">
@@ -127,11 +128,12 @@
                                <label for="userAddForm6"><span translate="users.phoneNumber">연락처</span> </label>
                                <input id="userAddForm6"
                                       type="text"
                                       maxLength="20"
                                       maxlength="30"
                                       class="form-control"
                                       input-regex="[^0-9]"
                                       kr-input
                                       autocomplete="off"
                                       ng-keyup="fn.autoHypenPhone()"
                                       ng-model="vm.form.phone">
                                <small class="fc-grey"><span translate="users.contactedEnterPhone">연락가능한 핸드폰 번호를 입력하세요.</span>
                                </small>