- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 52 for logOut (0.12 sec)
-
src/main/resources/fess_label.properties
labels.login.title=Login labels.index_label=Labels labels.index_lang=Preferred Languages labels.index_sort=Sort labels.index_num=Results per page labels.logout_title=Logout labels.logout=Logout labels.do_you_want_to_logout=Do you want to logout? labels.logout_button=Logout labels.profile=Change Password labels.administration=Administration labels.profile_button=Profile labels.profile.title=Profile labels.profile.update=Update
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/RoleQueryHelper.java
} }); } catch (final RuntimeException e) { try { requestManager.findLoginManager(FessUserBean.class).ifPresent(LoginManager::logout); } catch (final Exception e1) { // ignore } throw e; } } if (defaultRoleList != null) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Jul 25 01:48:41 UTC 2024 - 11.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/advance.jsp
<la:message key="labels.administration" /> </la:link> </c:if> <la:link href="/logout/" styleClass="dropdown-item"> <la:message key="labels.logout" /> </la:link> </div> </div> </li> </c:when> <c:when test="${ pageLoginLink }">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 14.9K bytes - Viewed (0) -
docs/en/docs/tutorial/security/simple-oauth2.md
"full_name": "John Doe", "disabled": false, "hashed_password": "fakehashedsecret" } ``` <img src="/img/tutorial/security/image06.png"> If you click the lock icon and logout, and then try the same operation again, you will get an HTTP 401 error of: ```JSON { "detail": "Not authenticated" } ``` ### Inactive user Now try with an inactive user, authenticate with:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 12.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java
} @Override public ActionResponse getResponse(final SsoResponseType responseType) { return null; } @Override public String logout(final FessUserBean user) { return null; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 12.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
}); } @Override public ActionResponse getResponse(final SsoResponseType responseType) { return null; } @Override public String logout(final FessUserBean user) { return null; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:46 UTC 2024 - 11.2K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.login.title=Логин labels.index_label=Названия labels.index_lang=Предпочитаемый Язык labels.index_sort=Sort labels.index_num=Результатов на странице labels.logout_title=Выход labels.logout=Выход labels.do_you_want_to_logout=Желайте выйти? labels.logout_button=Выход labels.profile=Сменить пароль labels.administration=Администрация labels.profile_button=Профиль labels.profile.title=Профиль
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Logout */ public static final String LABELS_logout_title = "{labels.logout_title}"; /** The key of the message: Logout */ public static final String LABELS_LOGOUT = "{labels.logout}"; /** The key of the message: Do you want to logout? */ public static final String LABELS_do_you_want_to_logout = "{labels.do_you_want_to_logout}";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 146.4K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.login.placeholder_password = 비밀번호 labels.login.title = 로그인 labels.index_label = 레이블(Label) labels.index_lang = 기본언어 labels.index_sort = 정렬 labels.index_num = 표시 건수 labels.logout_title = 로그아웃 labels.logout = 로그아웃 labels.do_you_want_to_logout = 로그아웃 하시겠습니까? labels.logout_button = 로그아웃 labels.profile = 암호 변경 labels.administration = 관리 labels.profile_button = 설정 labels.profile.title = 설정 labels.profile.update = 업데이트
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 44K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java
} @Override public ActionResponse getResponse(final SsoResponseType responseType) { return null; } @Override public String logout(final FessUserBean user) { return null; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 28.2K bytes - Viewed (0)