Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 568 for confirm (0.19 sec)

  1. src/main/webapp/WEB-INF/orig/view/login/newpassword.jsp

    							</span>
    						</div>
    					</div>
    					<div class="input-group mb-3">
    						<c:set var="ph_confirm_password">
    							<la:message key="labels.login.placeholder_confirm_new_password" />
    						</c:set>
    						<la:password property="confirmPassword" class="form-control"
    							placeholder="${ph_confirm_password}" />
    						<div class="input-group-append">
    							<span class="input-group-text">
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 3K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/profile/index.jsp

    						</div>
    					</div>
    					<div class="input-group mb-3">
    						<c:set var="ph_confirm_password">
    							<la:message key="labels.profile.placeholder_confirm_new_password" />
    						</c:set>
    						<la:password property="confirmNewPassword" class="form-control"
    									 placeholder="${ph_confirm_password}" />
    						<div class="input-group-append">
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 3.6K bytes
    - Viewed (0)
  3. src/test/java/org/codelibs/fess/it/admin/UserTests.java

            final String keyProp = NAME_PREFIX + id;
            requestBody.put(KEY_PROPERTY, keyProp);
            requestBody.put("password", "password" + id);
            requestBody.put("confirm_password", "password" + id);
            return requestBody;
        }
    
        @Override
        protected Map<String, Object> getUpdateMap() {
            final Map<String, Object> updateMap = new HashMap<>();
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2.3K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/crawlinginfo/admin_crawlinginfo_details.jsp

                <div class="container-fluid">
                    <div class="row mb-2">
                        <div class="col-sm-6">
                            <h1>
                                <la:message key="labels.crawling_info_title_confirm"/>
                            </h1>
                        </div>
                        <div class="col-sm-6">
                            <ol class="breadcrumb float-sm-right">
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 10.1K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/login/newpassword.jsp

    							</span>
    						</div>
    					</div>
    					<div class="input-group mb-3">
    						<c:set var="ph_confirm_password">
    							<la:message key="labels.login.placeholder_confirm_new_password" />
    						</c:set>
    						<la:password property="confirmPassword" class="form-control"
    							placeholder="${ph_confirm_password}" />
    						<div class="input-group-append">
    							<span class="input-group-text">
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 3K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/orig/view/profile/index.jsp

    						</div>
    					</div>
    					<div class="input-group mb-3">
    						<c:set var="ph_confirm_password">
    							<la:message key="labels.profile.placeholder_confirm_new_password" />
    						</c:set>
    						<la:password property="confirmNewPassword" class="form-control"
    									 placeholder="${ph_confirm_password}" />
    						<div class="input-group-append">
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 3.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_message.properties

    errors.invalid_kuromoji_segmentation=The number of segmentations {0} does not the match number of readings {1}.
    errors.invalid_str_is_included="{1}" in "{0}" is invalid.
    errors.blank_password=Password is required.
    errors.invalid_confirm_password=Confirm Password does not match.
    errors.cannot_delete_doc_because_of_running=Crawler is running. The document cannot be deleted.
    errors.failed_to_delete_doc_in_admin=Failed to delete document.
    Properties
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Sat Mar 18 03:05:44 GMT 2023
    - 12.5K bytes
    - Viewed (0)
  8. src/main/resources/fess_message_ko.properties

    errors.failed_to_download_mapping_file = 매핑 파일 다운로드에 실패했습니다.
    errors.failed_to_upload_mapping_file = 매핑 파일 업로드에 실패했습니다.
    errors.invalid_str_is_included = {0}에서 {1}은 무효입니다.
    errors.blank_password = 암호가 필요합니다.
    errors.invalid_confirm_password = 암호 확인과 일치하지 않습니다.
    errors.cannot_delete_doc_because_of_running = 크롤러가 실행되고 있습니다. 문서를 제거 할 수 없습니다.
    errors.failed_to_delete_doc_in_admin = 문서의 삭제에 실패했습니다.
    errors.failed_to_send_testmail = 테스트 메일을 보내는 데 실패했습니다.
    Properties
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Sat Jul 07 06:11:30 GMT 2018
    - 11.1K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        public static final String ERRORS_blank_password = "{errors.blank_password}";
    
        /** The key of the message: Confirm Password does not match. */
        public static final String ERRORS_invalid_confirm_password = "{errors.invalid_confirm_password}";
    
        /** The key of the message: Crawler is running. The document cannot be deleted. */
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 119.9K bytes
    - Viewed (0)
  10. src/main/java/jcifs/netbios/NameServicePacket.java

        Name recordName;
    
        int questionType, questionClass, recordType, recordClass, ttl, rDataLength;
    
        InetAddress addr;
        protected Configuration config;
    
    
        NameServicePacket ( Configuration config ) {
            this.config = config;
            this.isRecurDesired = true;
            this.isBroadcast = true;
            this.questionCount = 1;
            this.questionClass = IN;
        }
    
    
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 12K bytes
    - Viewed (0)
Back to top