Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 590 for Password (0.04 sec)

  1. dbflute_fess/dfprop/documentMap.dfprop

        #   o user: The database user name. (Required)
        #   o password: The database password. (NotRequired - Default '')
        #
        #; schemaSyncCheckMap = map:{
        #    ; url = jdbc:...
        #    ; schema = EXAMPLEDB
        #    ; user = exampuser
        #    ; password = exampword
        #}
        # - - - - - - - - - -/
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Oct 31 23:35:14 UTC 2015
    - 9.4K bytes
    - Viewed (0)
  2. docs/es/docs/advanced/security/http-basic-auth.md

    Para manejar eso, primero convertimos el `username` y `password` a `bytes` codificΓ‘ndolos con UTF-8.
    
    Luego podemos usar `secrets.compare_digest()` para asegurar que `credentials.username` es `"stanleyjobson"`, y que `credentials.password` es `"swordfish"`.
    
    {* ../../docs_src/security/tutorial007_an_py39.py hl[1,12:24] *}
    
    Esto serΓ­a similar a:
    
    ```Python
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 16 16:33:45 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  3. internal/event/target/kafka_scram_client_contrib.go

    // factory receiver.  This constructor will normalize the username, password
    // and authzID via the SASLprep algorithm, as recommended by RFC-5802.  If
    // SASLprep fails, the method returns an error.
    func (x *XDGSCRAMClient) Begin(userName, password, authzID string) (err error) {
    	x.Client, err = x.NewClient(userName, password, authzID)
    	if err != nil {
    		return err
    	}
    	x.ClientConversation = x.NewConversation()
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Sun Sep 28 20:59:21 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  4. .teamcity/src/main/kotlin/promotion/BasePromotionBuildType.kt

            }
    
            paramsForBuildToolBuild(BuildToolBuildJvm, Os.LINUX)
    
            params {
                password(
                    "env.DEVELOCITY_ACCESS_KEY",
                    "%ge.gradle.org.access.key%;%develocity.grdev.net.access.key%;%develocity-ext-hetzner.grdev.net.access.key%",
                )
                password("env.ORG_GRADLE_PROJECT_botGradleGitHubToken", "%github.bot-gradle.token%")
            }
    
            features {
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Tue Oct 14 10:56:29 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  5. okhttp/src/commonJvmAndroid/kotlin/okhttp3/HttpUrl.kt

      /**
       * Returns the decoded password, or an empty string if none is present.
       *
       * | URL                              | `password()` |
       * | :------------------------------- | :----------- |
       * | `http://host/`                   | `""`         |
       * | `http://username@host/`          | `""`         |
       * | `http://username:password@host/` | `"password"` |
       * | `http://a%20b:c%20d@host/`       | `"c d"`      |
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Mon May 05 16:01:00 UTC 2025
    - 63.5K bytes
    - Viewed (0)
  6. docs/tls/README.md

    Alternatively, use the following command to generate a private RSA key protected by a password:
    
    ```sh
    openssl genrsa -aes256 -passout pass:PASSWORD -out private.key 2048
    ```
    
    **Note:** When using a password-protected private key, the password must be provided through the environment variable `MINIO_CERT_PASSWD` using the following command:
    
    ```sh
    export MINIO_CERT_PASSWD=<PASSWORD>
    ```
    
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 8.6K bytes
    - Viewed (0)
  7. docs/en/docs/project-generation.md

      - πŸ§ͺ [Playwright](https://playwright.dev) for End-to-End testing.
      - πŸ¦‡ Dark mode support.
    - πŸ‹ [Docker Compose](https://www.docker.com) for development and production.
    - πŸ”’ Secure password hashing by default.
    - πŸ”‘ JWT (JSON Web Token) authentication.
    - πŸ“« Email based password recovery.
    - βœ… Tests with [Pytest](https://pytest.org).
    - πŸ“ž [Traefik](https://traefik.io) as a reverse proxy / load balancer.
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Mon Dec 08 13:04:54 UTC 2025
    - 2K bytes
    - Viewed (0)
  8. src/main/resources/fess_message_it.properties

    errors.invalid_kuromoji_segmentation=Il numero di segmentazioni di {0} non corrisponde al numero di segmentazioni di {1}.
    errors.invalid_str_is_included = {0} non Γ¨ valido in {1}.
    errors.blank_password = La password Γ¨ obbligatoria.
    errors.invalid_confirm_password = La conferma della password non corrisponde.
    errors.cannot_delete_doc_because_of_running = Il crawler Γ¨ in esecuzione. Impossibile eliminare il documento.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.3K bytes
    - Viewed (0)
  9. docs/ko/docs/tutorial/security/simple-oauth2.md

    # νŒ¨μŠ€μ›Œλ“œμ™€ Bearerλ₯Ό μ΄μš©ν•œ κ°„λ‹¨ν•œ OAuth2
    
    이제 이전 μž₯μ—μ„œ λΉŒλ“œν•˜κ³  λˆ„λ½λœ 뢀뢄을 μΆ”κ°€ν•˜μ—¬ μ™„μ „ν•œ λ³΄μ•ˆ 흐름을 갖도둝 ν•˜κ² μŠ΅λ‹ˆλ‹€.
    
    ## `username`와 `password` μ–»κΈ°
    
    **FastAPI** λ³΄μ•ˆ μœ ν‹Έλ¦¬ν‹°λ₯Ό μ‚¬μš©ν•˜μ—¬ `username` 및 `password`λ₯Ό κ°€μ Έμ˜¬ κ²ƒμž…λ‹ˆλ‹€.
    
    OAuth2λŠ” (μš°λ¦¬κ°€ μ‚¬μš©ν•˜κ³  μžˆλŠ”) "νŒ¨μŠ€μ›Œλ“œ ν”Œλ‘œμš°"을 μ‚¬μš©ν•  λ•Œ ν΄λΌμ΄μ–ΈνŠΈ/μœ μ €κ°€ `username` 및 `password` ν•„λ“œλ₯Ό 폼 λ°μ΄ν„°λ‘œ 보내야 함을 μ§€μ •ν•©λ‹ˆλ‹€.
    
    그리고 μ‚¬μ–‘μ—λŠ” ν•„λ“œμ˜ 이름을 κ·Έλ ‡κ²Œ μ§€μ •ν•΄μ•Ό ν•œλ‹€κ³  λ‚˜μ™€ μžˆμŠ΅λ‹ˆλ‹€. λ”°λΌμ„œ `user-name` λ˜λŠ” `email`은 μž‘λ™ν•˜μ§€ μ•ŠμŠ΅λ‹ˆλ‹€.
    
    ν•˜μ§€λ§Œ κ±±μ •ν•˜μ§€ μ•Šμ•„λ„ λ©λ‹ˆλ‹€. ν”„λŸ°νŠΈμ—”λ“œμ—μ„œ μ΅œμ’… μ‚¬μš©μžμ—κ²Œ μ›ν•˜λŠ” λŒ€λ‘œ ν‘œμ‹œν•  수 μžˆμŠ΅λ‹ˆλ‹€.
    
    그리고 λ°μ΄ν„°λ² μ΄μŠ€ λͺ¨λΈμ€ μ›ν•˜λŠ” λ‹€λ₯Έ 이름을 μ‚¬μš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€.
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Feb 15 11:19:12 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  10. internal/config/notify/help.go

    	HelpPostgres = config.HelpKVS{
    		config.HelpKV{
    			Key:         target.PostgresConnectionString,
    			Description: `Postgres server connection-string e.g. "host=localhost port=5432 dbname=minio_events user=postgres password=password sslmode=disable"`,
    			Type:        "string",
    			Sensitive:   true,
    		},
    		config.HelpKV{
    			Key:         target.PostgresTable,
    			Description: "DB table name to store/update events, table is auto-created",
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Sep 06 23:06:30 UTC 2024
    - 19.2K bytes
    - Viewed (0)
Back to top