- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 23 for notificationLogin (0.14 sec)
-
src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp
<label for="notificationLogin" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.notification_login"/></label> <div class="col-sm-9"> <la:errors property="notificationLogin"/>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 42.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
fessConfig.setLdapGroupFilter(form.ldapGroupFilter); fessConfig.setLdapMemberofAttribute(form.ldapMemberofAttribute); fessConfig.setNotificationLogin(form.notificationLogin); fessConfig.setNotificationSearchTop(form.notificationSearchTop); fessConfig.setStorageEndpoint(form.storageEndpoint);
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 14.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
/** * Notification message displayed on the login page. * This message is shown to users on the authentication page. */ @Size(max = 3000) public String notificationLogin; /** * Notification message displayed on the search top page. * This message is shown to users on the main search page. */ @Size(max = 3000) public String notificationSearchTop;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} default void setNotificationLogin(final String value) { setSystemProperty(Constants.NOTIFICATION_LOGIN, value); } default String getNotificationLogin() { return getSystemProperty(Constants.NOTIFICATION_LOGIN, StringUtil.EMPTY); } default String getNotificationAdvanceSearch() {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 88.2K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.ldapGroupFilter=Group Filter labels.ldapMemberofAttribute=memberOf Attribute labels.ldap_account_filter=Account Filter labels.ldap_group_filter=Group Filter labels.ldap_memberof_attribute=memberOf Attribute labels.notification_login=Login Page labels.notification_search_top=Search Top Page labels.storage_endpoint=Endpoint labels.storage_access_key=Access Key labels.storage_secret_key=Secret Key labels.storage_bucket=Bucket
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
// Notification Configuration // ============================================================ /** Notification configuration for login page. */ public static final String NOTIFICATION_LOGIN = "notification.login"; /** Notification configuration for search top page. */ public static final String NOTIFICATION_SEARCH_TOP = "notification.search.top";Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 35.2K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.ldapAccountFilter=帳戶過濾器 labels.ldapGroupFilter=組過濾器 labels.ldapMemberofAttribute=memberOf屬性 labels.ldap_account_filter=帳戶過濾器 labels.ldap_group_filter=組過濾器 labels.ldap_memberof_attribute=memberOf屬性 labels.notification_login=登入頁面 labels.notification_search_top=搜尋首頁 labels.storage_endpoint=端點 labels.storage_access_key=訪問金鑰 labels.storage_secret_key=密鑰 labels.storage_bucket=儲存桶 labels.storage_type=Type
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 43.9K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.ldapGroupFilter=Фильтр групп labels.ldapMemberofAttribute=Атрибут memberOf labels.ldap_account_filter=Фильтр учетных записей labels.ldap_group_filter=Фильтр групп labels.ldap_memberof_attribute=Атрибут memberOf labels.notification_login=Страница входа labels.notification_search_top=Главная страница поиска labels.storage_endpoint=Конечная точка labels.storage_access_key=Ключ доступа labels.storage_secret_key=Секретный ключ
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 60.2K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.ldapGroupFilter=Group Filter labels.ldapMemberofAttribute=memberOf Attribute labels.ldap_account_filter=Account Filter labels.ldap_group_filter=Group Filter labels.ldap_memberof_attribute=memberOf Attribute labels.notification_login=Login Page labels.notification_search_top=Search Top Page labels.storage_endpoint=Endpoint labels.storage_access_key=Access Key labels.storage_secret_key=Secret Key labels.storage_bucket=Bucket
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.ldapGroupFilter=Gruppenfilter labels.ldapMemberofAttribute=memberOf-Attribut labels.ldap_account_filter=Kontofilter labels.ldap_group_filter=Gruppenfilter labels.ldap_memberof_attribute=memberOf-Attribut labels.notification_login=Anmeldeseite labels.notification_search_top=Such-Startseite labels.storage_endpoint=Endpunkt labels.storage_access_key=Zugriffsschlüssel labels.storage_secret_key=Geheimer Schlüssel labels.storage_bucket=Bucket
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.9K bytes - Viewed (1)