Search Options

Results per page
Sort
Preferred Languages
Advance

Results 331 - 340 of 377 for Passwort (0.04 sec)

  1. helm-releases/minio-1.0.5.tgz

    Additional pod labels podLabels: {} ## Configure resource requests and limits ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ ## resources: requests: memory: 16Gi ## List of users to be created after minio install ## users: ## Username, password and policy to be assigned to the user ## Default policies are [readonly|readwrite|writeonly|consoleAdmin|diagnostics] ## Add new policies as explained here https://docs.min.io/docs/minio-multi-user-quickstart-guide.html ## NOTE: this will fail if...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Aug 25 19:53:57 UTC 2021
    - 13.6K bytes
    - Viewed (0)
  2. helm-releases/minio-2.0.0.tgz

    Additional pod labels podLabels: {} ## Configure resource requests and limits ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ ## resources: requests: memory: 16Gi ## List of users to be created after minio install ## users: ## Username, password and policy to be assigned to the user ## Default policies are [readonly|readwrite|writeonly|consoleAdmin|diagnostics] ## Add new policies as explained here https://docs.min.io/docs/minio-multi-user-quickstart-guide.html ## NOTE: this will fail if...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Aug 26 07:36:46 UTC 2021
    - 13.6K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                                         property="ldapAdminSecurityCredentials"
                                                         styleClass="form-control" autocomplete="new-password"/>
                                        </div>
                                    </div>
                                    <div class="form-group row">
                                        <label for="ldapSecurityPrincipal"
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 14 00:36:40 UTC 2025
    - 39.6K bytes
    - Viewed (0)
  4. docs/es/docs/tutorial/response-model.md

    ### Anotaciones de Tipos y Herramientas
    
    Primero vamos a ver cómo los editores, mypy y otras herramientas verían esto.
    
    `BaseUser` tiene los campos base. Luego `UserIn` hereda de `BaseUser` y añade el campo `password`, por lo que incluirá todos los campos de ambos modelos.
    
    Anotamos el tipo de retorno de la función como `BaseUser`, pero en realidad estamos devolviendo una instancia de `UserIn`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 17K bytes
    - Viewed (0)
  5. src/test/java/org/codelibs/fess/cors/CorsHandlerTest.java

                public boolean authenticate(jakarta.servlet.http.HttpServletResponse response) {
                    return false;
                }
    
                @Override
                public void login(String username, String password) {
                }
    
                @Override
                public void logout() {
                }
    
                @Override
                public java.util.Collection<jakarta.servlet.http.Part> getParts() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 25.9K bytes
    - Viewed (0)
  6. docs/ko/docs/tutorial/security/oauth2-jwt.md

    다음과 같은 사용자 인터페이스를 볼 수 있습니다:
    
    <img src="/img/tutorial/security/image07.png">
    
    이전과 같은 방법으로 애플리케이션에 인증하십시오.
    
    다음 인증 정보를 사용하십시오:
    
    Username: `johndoe`
    Password: `secret`
    
    /// check
    
    코드 어디에도 평문 패스워드 "`secret`" 이 없다는 점에 유의하십시오. 해시된 버전만 있습니다.
    
    ///
    
    <img src="/img/tutorial/security/image08.png">
    
    `/users/me/` 를 호출하면 다음과 같은 응답을 얻을 수 있습니다:
    
    ```JSON
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 12.2K bytes
    - Viewed (0)
  7. src/test/java/org/codelibs/fess/job/SuggestJobTest.java

            @Override
            public boolean isUseOwnTmpDir() {
                return useOwnTmpDir;
            }
    
            @Override
            public String getPasswordInvalidAdminPasswords() {
                return "admin,password,123456";
            }
    
            @Override
            public String getStorageMaxItemsInPage() {
                return "25";
            }
    
            @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 31.4K bytes
    - Viewed (0)
  8. okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HttpOverHttp2Test.kt

            body = "Please authenticate.",
          ),
        )
        server.enqueue(
          MockResponse(body = "Successful auth!"),
        )
        val credential = basic("username", "password")
        client =
          client
            .newBuilder()
            .authenticator(RecordingOkAuthenticator(credential, "Basic"))
            .build()
        val call = client.newCall(Request(server.url("/")))
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Jun 20 11:46:46 UTC 2025
    - 73.4K bytes
    - Viewed (0)
  9. src/test/java/org/codelibs/fess/helper/SystemHelperTest.java

                public String getAppValue() {
                    return appValue.get();
                }
    
                @Override
                public String getAppEncryptPropertyPattern() {
                    return ".*password|.*key|.*token|.*secret";
                }
            });
            final String now = String.valueOf(System.currentTimeMillis());
            helper.updateSystemProperties();
            assertNull(System.getProperty("fess." + now));
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 28.9K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/plugins/form-validator/jquery.form-validator.min.js

    and spaces ",badInt:"The input value was not a correct number",badSecurityNumber:"Your social security number was incorrect",badUKVatAnswer:"Incorrect UK VAT Number",badUKNin:"Incorrect UK NIN",badUKUtr:"Incorrect UK UTR Number",badStrength:"The password isn't strong enough",badNumberOfSelectedOptionsStart:"You have to choose at least ",badNumberOfSelectedOptionsEnd:" answers",badAlphaNumeric:"The input value can only contain alphanumeric characters ",badAlphaNumericExtra:" and ",wrongFileSize:"The...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 32.8K bytes
    - Viewed (0)
Back to top