- Sort Score
- Num 10 results
- Language All
Results 171 - 180 of 578 for PassworD (0.05 seconds)
-
.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 {Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Oct 14 10:56:29 GMT 2025 - 2.3K bytes - Click Count (0) -
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"` |
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Mon May 05 16:01:00 GMT 2025 - 63.5K bytes - Click Count (0) -
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> ```
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 8.6K bytes - Click Count (0) -
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.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Dec 08 13:04:54 GMT 2025 - 2K bytes - Click Count (0) -
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.Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 10 04:56:21 GMT 2025 - 12.3K bytes - Click Count (0) -
docs/ko/docs/tutorial/security/simple-oauth2.md
# ν¨μ€μλμ Bearerλ₯Ό μ΄μ©ν κ°λ¨ν OAuth2 μ΄μ μ΄μ μ₯μμ λΉλνκ³ λλ½λ λΆλΆμ μΆκ°νμ¬ μμ ν 보μ νλ¦μ κ°λλ‘ νκ² μ΅λλ€. ## `username`μ `password` μ»κΈ° **FastAPI** 보μ μ νΈλ¦¬ν°λ₯Ό μ¬μ©νμ¬ `username` λ° `password`λ₯Ό κ°μ Έμ¬ κ²μ λλ€. OAuth2λ (μ°λ¦¬κ° μ¬μ©νκ³ μλ) "ν¨μ€μλ νλ‘μ°"μ μ¬μ©ν λ ν΄λΌμ΄μΈνΈ/μ μ κ° `username` λ° `password` νλλ₯Ό νΌ λ°μ΄ν°λ‘ 보λ΄μΌ ν¨μ μ§μ ν©λλ€. κ·Έλ¦¬κ³ μ¬μμλ νλμ μ΄λ¦μ κ·Έλ κ² μ§μ ν΄μΌ νλ€κ³ λμ μμ΅λλ€. λ°λΌμ `user-name` λλ `email`μ μλνμ§ μμ΅λλ€. νμ§λ§ κ±±μ νμ§ μμλ λ©λλ€. νλ°νΈμλμμ μ΅μ’ μ¬μ©μμκ² μνλ λλ‘ νμν μ μμ΅λλ€. κ·Έλ¦¬κ³ λ°μ΄ν°λ² μ΄μ€ λͺ¨λΈμ μνλ λ€λ₯Έ μ΄λ¦μ μ¬μ©ν μ μμ΅λλ€.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Feb 15 11:19:12 GMT 2025 - 10.8K bytes - Click Count (0) -
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",Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Sep 06 23:06:30 GMT 2024 - 19.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
* Authenticates a user with the specified username and password against LDAP. * * @param username the username for authentication * @param password the password for authentication * @return an optional containing the authenticated user if successful, empty otherwise */ public OptionalEntity<FessUser> login(final String username, final String password) { // Add defensive null/blank checksCreated: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 86.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/login/FessLoginAssist.java
final String username = userCredential.getUser(); final String password = userCredential.getPassword(); if (!fessConfig.isAdminUser(username)) { final OptionalEntity<FessUser> ldapUser = ComponentUtil.getLdapManager().login(username, password); if (ldapUser.isPresent()) { return ldapUser; } }
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 12.1K bytes - Click Count (0) -
tests/test_tutorial/test_security/test_tutorial007.py
assert response.headers["WWW-Authenticate"] == "Basic" def test_security_http_basic_invalid_password(client: TestClient): response = client.get("/users/me", auth=("stanleyjobson", "wrongpassword")) assert response.status_code == 401, response.text assert response.json() == {"detail": "Incorrect username or password"}
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Dec 26 10:43:02 GMT 2025 - 3.2K bytes - Click Count (0)