- Sort Score
- Num 10 results
- Language All
Results 541 - 550 of 712 for user$name (0.05 seconds)
-
src/main/webapp/WEB-INF/view/admin/user/admin_user_details.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 17.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/BoostDocPager.java
public String urlExpr; /** Boost expression for search filtering. */ public String boostExpr; /** Sort order for search filtering. */ public String sortOrder; /** Creator username for search filtering. */ public String createdBy; /** Creation time for search filtering. */ public String createdTime; /** Version number for search filtering. */ public String versionNo;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.2K bytes - Click Count (0) -
docs/en/docs/tutorial/security/index.md
But first, let's check some small concepts. ## In a hurry? { #in-a-hurry } If you don't care about any of these terms and you just need to add security with authentication based on username and password *right now*, skip to the next chapters. ## OAuth2 { #oauth2 } OAuth2 is a specification that defines several ways to handle authentication and authorization.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Aug 31 10:49:48 GMT 2025 - 4.4K bytes - Click Count (0) -
src/test/java/jcifs/config/DelegatingConfigurationTest.java
assertEquals("WORKGROUP", defaultDomain, "Should delegate default domain"); assertEquals("testuser", defaultUsername, "Should delegate default username"); assertEquals("testpass", defaultPassword, "Should delegate default password"); assertEquals("jCIFS", nativeLanMan, "Should delegate native LanMan"); verify(mockDelegate).getOemEncoding();
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 20.7K bytes - Click Count (0) -
src/test/java/jcifs/smb1/smb1/NtlmPasswordAuthenticationTest.java
} else { System.clearProperty("jcifs.smb1.smb.lmCompatibility"); } } // Test constructor with domain, username, and password @Test void testConstructorWithDomainUsernamePassword() { NtlmPasswordAuthentication auth = new NtlmPasswordAuthentication("DOMAIN", "user", "password");Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 9.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
fessConfig.setSystemProperty("spnego.login.server.module", form.spnegoLoginServerModule); fessConfig.setSystemProperty("spnego.preauth.username", form.spnegoPreauthUsername); if (form.spnegoPreauthPassword != null && StringUtil.isNotBlank(form.spnegoPreauthPassword.replace("*", " "))) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 05:54:31 GMT 2026 - 27.2K bytes - Click Count (0) -
docs/zh/docs/tutorial/security/oauth2-jwt.md
接着,你可以把这个 JWT 令牌交给一个用户(或机器人),他们就可以在没有账户的前提下,仅凭你的 API 生成的 JWT 令牌来执行这些操作(开车、编辑文章)。 基于这些想法,JWT 可以用于更复杂的场景。 在这些情况下,多个实体可能会有相同的 ID,比如都叫 `foo`(用户 `foo`、车 `foo`、博客文章 `foo`)。 因此,为了避免 ID 冲突,在为用户创建 JWT 令牌时,你可以给 `sub` 键的值加一个前缀,例如 `username:`。所以在这个例子中,`sub` 的值可以是:`username:johndoe`。 需要牢记的一点是,`sub` 键在整个应用中应该是一个唯一标识符,并且它应该是字符串。 ## 检查 { #check-it } 运行服务器并打开文档:[http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)。 你会看到这样的用户界面:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 10.1K bytes - Click Count (0) -
src/main/resources/fess_label_fr.properties
labels.check_url=Veuillez vérifier l'URL. labels.busy_title=Service temporairement indisponible labels.busy_message=Le serveur est actuellement en forte charge. Veuillez réessayer plus tard. labels.user_name=Nom d'utilisateur labels.login=Connexion labels.login.placeholder_username=Nom d'utilisateur labels.login.placeholder_password=Mot de passe labels.login.title=Connexion labels.index_label=Étiquette
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.4K bytes - Click Count (0) -
src/main/resources/fess_label_it.properties
labels.check_url=Controlla l'URL. labels.busy_title=Servizio temporaneamente non disponibile labels.busy_message=Il server sta attualmente riscontrando un carico elevato. Riprova più tardi. labels.user_name=Nome utente labels.login=Accedi labels.login.placeholder_username=Nome utente labels.login.placeholder_password=Password labels.login.title=Accedi labels.index_label=Etichetta labels.index_lang=Lingua preferita
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52K bytes - Click Count (0) -
CONTRIBUTING.md
project. - If you are an individual writing original source code and you're sure you own the intellectual property, then you'll need to sign an [individual CLA][]. Please include your GitHub username. - If you work for a company that wants to allow you to contribute your work, then you'll need to sign a [corporate CLA][]. You generally only need to submit a CLA once, so if you've already submitted
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 18 17:53:05 GMT 2026 - 4.3K bytes - Click Count (0)