- Sort Score
- Result 10 results
- Languages All
Results 221 - 230 of 323 for PASSWORD (0.12 sec)
-
README.md
### Browser UI - Search UI: http://localhost:8080/  - Admin UI: http://localhost:8080/admin/ (default username/password is admin/admin) 
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 06:34:32 UTC 2025 - 7.2K bytes - Viewed (2) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
* Used for admin-level operations on the LDAP server. */ @Size(max = 1000) public String ldapAdminSecurityPrincipal; /** * LDAP admin security credentials (password) for administrative operations. * Used in conjunction with the admin security principal. */ @Size(max = 1000) public String ldapAdminSecurityCredentials; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.9K bytes - Viewed (0) -
src/main/resources/app.xml
<arg> <component class="org.codelibs.fess.auth.chain.CommandChain"> <property name="updateCommand">[ "/usr/sbin/htpasswd", "-b", "/tmp/test.txt", "$USERNAME", "$PASSWORD" ]</property> <property name="deleteCommand">[ "/usr/sbin/htpasswd", "-D", "/tmp/test.txt", "$USERNAME" ]</property> <property name="targetUsers">[ "admin"
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Nov 19 02:22:47 UTC 2023 - 3.8K bytes - Viewed (0) -
docs/en/docs/advanced/security/oauth2-scopes.md
## About third party integrations { #about-third-party-integrations } In this example we are using the OAuth2 "password" flow. This is appropriate when we are logging in to our own application, probably with our own frontend. Because we can trust it to receive the `username` and `password`, as we control it.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 13.5K bytes - Viewed (0) -
docs/de/docs/tutorial/security/index.md
* `clientCredentials` * `authorizationCode` * Es gibt jedoch einen bestimmten „Flow“, der perfekt für die direkte Abwicklung der Authentifizierung in derselben Anwendung verwendet werden kann: * `password`: Einige der nächsten Kapitel werden Beispiele dafür behandeln. * `openIdConnect`: bietet eine Möglichkeit, zu definieren, wie OAuth2-Authentifizierungsdaten automatisch ermittelt werden können.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 5.1K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbExceptionTest.java
|| exception.getMessage().toLowerCase().contains("login") || exception.getMessage().toLowerCase().contains("user") || exception.getMessage().toLowerCase().contains("password")); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
public static final String ERRORS_invalid_str_is_included = "{errors.invalid_str_is_included}"; /** The key of the message: Password is required. */ public static final String ERRORS_blank_password = "{errors.blank_password}"; /** The key of the message: Does not match a confirmation password. */ public static final String ERRORS_invalid_confirm_password = "{errors.invalid_confirm_password}";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 119.6K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
private static final int NETBIOS_PORT = 139; private static final String WORKGROUP = "WORKGROUP"; private static final String USERNAME = "smbuser"; private static final String PASSWORD = "smbpass"; private Path tempDir; private String baseUrl; private CIFSContext context; @Container static GenericContainer<?> sambaContainer; static {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 56K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Current Password */ public static final String LABELS_OLD_PASSWORD = "{labels.oldPassword}"; /** The key of the message: New Password */ public static final String LABELS_NEW_PASSWORD = "{labels.newPassword}"; /** The key of the message: New Password (Confirm) */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/samr.java
public static final int ACB_SVRTRUST = 256; /** Account control bit flag: Password does not expire */ public static final int ACB_PWNOEXP = 512; /** Account control bit flag: Account is auto-locked */ public static final int ACB_AUTOLOCK = 1024; /** Account control bit flag: Encrypted text password is allowed */ public static final int ACB_ENC_TXT_PWD_ALLOWED = 2048;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.4K bytes - Viewed (0)