- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 409 for logon (0.19 sec)
-
README.md
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 30 22:38:34 UTC 2024 - 6.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticatorTest.java
*/ package org.codelibs.fess.sso.oic; import static org.junit.Assert.assertArrayEquals; import java.io.IOException; import java.util.HashMap; import java.util.Map; import org.codelibs.fess.app.web.base.login.OpenIdConnectCredential; import org.codelibs.fess.unit.UnitFessTestCase; import org.codelibs.fess.util.DocumentUtil; public class OpenIdConnectAuthenticatorTest extends UnitFessTestCase {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java
HtmlNext path_IndexJsp = new HtmlNext("/index.jsp"); /** The path of the HTML: /login/index.jsp */ HtmlNext path_Login_IndexJsp = new HtmlNext("/login/index.jsp"); /** The path of the HTML: /login/newpassword.jsp */ HtmlNext path_Login_NewpasswordJsp = new HtmlNext("/login/newpassword.jsp"); /** The path of the HTML: /profile/index.jsp */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 26.4K bytes - Viewed (0) -
tests/test_tutorial/test_security/test_tutorial003.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 - 8K bytes - Viewed (0) -
docs/distributed/iam-import-with-openid.sh
client_id="minio-client-app" \ client_secret="minio-client-app-secret" \ scopes="openid,groups,email,profile" \ redirect_uri="http://127.0.0.1:10000/oauth_callback" \ display_name="Login via dex1" \ role_policy="consoleAdmin" ./mc admin service restart myminio --json ./mc ready myminio ./mc admin cluster iam import myminio docs/distributed/samples/myminio-iam-info-openid.zip
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Sep 17 16:45:46 UTC 2024 - 2.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessUserBean.java
import static org.codelibs.core.stream.StreamUtil.stream; import org.codelibs.core.lang.StringUtil; import org.codelibs.fess.Constants; import org.codelibs.fess.entity.FessUser; import org.lastaflute.web.login.TypicalUserBean; /** * @author jflute */ public class FessUserBean extends TypicalUserBean<String> { // #change_it also LoginAssist
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 4.4K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.bad_request=Неверный запрос на URL-адрес. labels.page_not_found_title=Страница не найдена labels.check_url=Проверьте URL-адрес. labels.user_name=ИмяПользователя labels.login=Логин labels.login.placeholder_username=ИмяПользователя labels.login.placeholder_password=Пароль labels.login.title=Логин labels.index_label=Названия labels.index_lang=Предпочитаемый Язык labels.index_sort=Sort labels.index_num=Результатов на странице
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0) -
docs/pt/docs/advanced/events.md
Por conta desse código ser executado antes da aplicação **começar** a receber requisições, e logo após **terminar** de lidar com as requisições, ele cobre toda a **vida útil** (_lifespan_) da aplicação (o termo "vida útil" será importante em um segundo 😉).
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.6K bytes - Viewed (0) -
src/main/resources/fess_message_de.properties
# --------------------- # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - # five framework-embedded messages (don't change key names) # - - - - - - - - - -/ errors.login.failure=Login fehlgeschlagen. errors.app.illegal.transition=Unzulässige Wertänderung, bitte erneut versuchen. errors.app.db.already.deleted=Bearbeitungskonflikt, bitte erneut versuchen.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 29 15:01:03 UTC 2019 - 11.8K 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)