- Sort Score
- Result 10 results
- Languages All
Results 451 - 460 of 539 for logic (0.03 sec)
-
compat/maven-artifact/src/main/java/org/apache/maven/artifact/repository/Authentication.java
this.password = password; } /** * Username used to log in to the host */ private String username; /** * Password associated with the login */ private String password; /** * Get the user's password which is used when connecting to the repository. * * @return password of user */ public String getPassword() {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.1K bytes - Viewed (0) -
tests/test_tutorial/test_security/test_tutorial003_an_py39.py
} } }, }, }, "summary": "Login", "operationId": "login_token_post", "requestBody": { "content": { "application/x-www-form-urlencoded": {
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Jul 07 17:12:13 UTC 2023 - 8.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/SsoManager.java
import org.apache.logging.log4j.Logger; import org.codelibs.fess.Constants; import org.codelibs.fess.mylasta.action.FessUserBean; import org.codelibs.fess.util.ComponentUtil; import org.lastaflute.web.login.credential.LoginCredential; import org.lastaflute.web.response.ActionResponse; public class SsoManager { private static final Logger logger = LogManager.getLogger(SsoManager.class);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 3.1K bytes - Viewed (0) -
src/main/webapp/js/admin/admin.js
$(function() { $('input[type="text"],select,textarea', ".login-box,section.content") .first() .focus(); $(".form-group .has-error") .first() .next("input,select,textarea") .focus(); $("section.content input").keypress(function(e) { if (e.which === 13) { var $submitButton = $("input#submit, button#submit"); if ($submitButton.size() > 0) { $submitButton[0].submit(); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Aug 06 20:44:47 UTC 2018 - 3.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/FessApiAction.java
import org.codelibs.fess.app.web.base.FessBaseAction; import org.codelibs.fess.mylasta.action.FessMessages; import org.dbflute.optional.OptionalThing; import org.lastaflute.core.message.MessageManager; import org.lastaflute.web.login.LoginManager; import org.lastaflute.web.response.ActionResponse; import org.lastaflute.web.ruts.process.ActionRuntime; import org.lastaflute.web.validation.VaMessenger; import jakarta.annotation.Resource;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 2.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
public static final String VIRTUAL_HOST_VALUE_PROPERTY = "virtual.host.value"; public static final String LOGIN_REQUIRED_PROPERTY = "login.required"; public static final String RESULT_COLLAPSED_PROPERTY = "result.collapsed"; public static final String LOGIN_LINK_ENALBED_PROPERTY = "login.link.enabled"; public static final String THUMBNAIL_ENALBED_PROPERTY = "thumbnail.enabled";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Aug 22 12:43:18 UTC 2024 - 16.6K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.bad_request=Ungültige Anfrage für die URL. labels.page_not_found_title=Seite nicht gefunden labels.check_url=Prüfe die URL. labels.user_name=Benutzername labels.login=Anmelden labels.login.placeholder_username=Benutzername labels.login.placeholder_password=Passwort labels.login.title=Anmelden labels.index_label=Labels labels.index_lang=Bevorzugte Sprachen labels.index_sort=Sortiere labels.index_num=Suchergebnisse pro Seite
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0) -
docs/sts/ldap.md
- User provides their AD/LDAP username and password to the STS API. - MinIO looks up the user's information (specifically the user's Distinguished Name) in the LDAP server. - On finding the user's info, MinIO verifies the login credentials with the AD/LDAP server.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 18.9K bytes - Viewed (0) -
.github/actions/notify-translations/app/main.py
new_translation_message = f"Good news everyone! 😉 There's a new translation PR to be reviewed: #{pr.number} by @{pr.user.login}. 🎉 This requires 2 approvals from native speakers to be merged. 🤓" done_translation_message = f"~There's a new translation PR to be reviewed: #{pr.number} by @{pr.user.login}~ Good job! This is done. 🍰☕" # Normally only one language, but still for lang in langs:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Jul 29 23:35:07 UTC 2024 - 12.4K bytes - Viewed (0) -
docs/ftp/README.md
## Scope - All IAM Credentials are allowed access excluding rotating credentials, rotating credentials are not allowed to login via FTP/SFTP ports, you must use S3 API port for if you are using rotating credentials. - Access to bucket(s) and object(s) are governed via IAM policies associated with the incoming login credentials. - Allows authentication and access for all - Built-in IDP users and their respective service accounts
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue May 07 06:41:25 UTC 2024 - 7.8K bytes - Viewed (0)