- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 48 for LOGOUT (0.05 sec)
-
src/main/webapp/WEB-INF/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 Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 14.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/index.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 Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 7K bytes - Viewed (1) -
src/main/webapp/WEB-INF/view/common/admin/header.jsp
class="fa fa-question-circle"></a></li> </c:if> <li class="nav-item" data-toggle="tooltip" data-placement="left" title="<la:message key="labels.tooltip_logout" />"><a class="nav-link" href="${contextPath}/logout"><em class="fa fa-sign-out-alt"></a></li> </ul>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 24 03:00:28 UTC 2020 - 2.3K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.login.title=Login labels.index_label=Label labels.index_lang=Preferred Language labels.index_sort=Sort labels.index_num=Display Count 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=Settings labels.profile.title=Settings labels.profile.update=Update
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K 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 Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 14.1K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.login.title=Login labels.index_label=Rótulo labels.index_lang=Idioma preferido labels.index_sort=Ordenar labels.index_num=Número de resultados labels.logout_title=Logout labels.logout=Logout labels.do_you_want_to_logout=Deseja fazer logout? labels.logout_button=Logout labels.profile=Alterar senha labels.administration=Administração labels.profile_button=Configurações labels.profile.title= Configurações
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/api/WebApiRequestTest.java
return false; } @Override public void login(String username, String password) throws ServletException { } @Override public void logout() throws ServletException { } @Override public Collection<Part> getParts() throws IOException, ServletException { return null; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/filter/CorsFilterTest.java
return false; } @Override public void login(String username, String password) { } @Override public void logout() { } @Override public java.util.Collection<jakarta.servlet.http.Part> getParts() { return null; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 22.1K 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 Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15.3K 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 Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15.1K bytes - Viewed (0)