- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 78 for administrator (0.06 sec)
-
src/test/java/org/codelibs/fess/helper/RoleQueryHelperTest.java
assertEquals("logged_in", roleQueryHelper.cookieNameMap.get("session")); roleQueryHelper.addCookieNameMapping("admin", "administrator"); assertEquals(2, roleQueryHelper.cookieNameMap.size()); assertEquals("administrator", roleQueryHelper.cookieNameMap.get("admin")); } public void test_addRoleFromCookieMapping() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 28.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessMailDeliveryDepartmentCreatorTest.java
assertEquals("localhost", config.getMailHostname()); } // Test with different from names public void test_differentFromNames() { String[] fromNames = { "Administrator", "Support Team", "No Reply", "Test User" }; for (String name : fromNames) { ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() { private static final long serialVersionUID = 1L;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 6.2K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
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 labels.profile.back=Back labels.profile.placeholder_old_password=Current Password
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.searchoptions_menu_lang=Sprache labels.searchoptions_menu_labels=Labels labels.error_title=Fehler labels.system_error_title=Systemfehler labels.contact_site_admin=Bitte wenden Sie sich an Ihren Website-Administrator. labels.request_error_title=Ungültiges Anforderungsformat. labels.bad_request=Ihre Anfrage an die URL ist ungültig. labels.page_not_found_title=Seite nicht gefunden. labels.check_url=Bitte überprüfen Sie die URL.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/Constants.java
/** Default from email address for notifications. */ public static final String DEFAULT_FROM_EMAIL = "Administrator <root@localhost>"; // ============================================================ // Crawler Info Map Keys // ============================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
src/main/resources/fess_label.properties
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 labels.profile.back=Back labels.profile.placeholder_old_password=Current Password
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/resources/fess_config.properties
# Mail # ------ # Name to display in the From field of emails. mail.from.name = Administrator # Email address to use in the From field. mail.from.address = root@localhost # Hostname for the mail server. mail.hostname= # ----------------------------------------------------------
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. [a-zA-Z0-9_]+ */ String USER_CODE_PATTERN = "user.code.pattern"; /** The key of the configuration. e.g. Administrator */ String MAIL_FROM_NAME = "mail.from.name"; /** The key of the configuration. e.g. root@localhost */ String MAIL_FROM_ADDRESS = "mail.from.address";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Change Password */ public static final String LABELS_PROFILE = "{labels.profile}"; /** The key of the message: Administration */ public static final String LABELS_ADMINISTRATION = "{labels.administration}"; /** The key of the message: Settings */ public static final String LABELS_profile_button = "{labels.profile_button}";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/PermissionHelperTest.java
assertEquals("******@****.***", permissionHelper.encode("{user}******@****.***")); assertEquals("2group/subgroup", permissionHelper.encode("{group}group/subgroup")); assertEquals("RAdministrators", permissionHelper.encode("{role}Administrators")); assertEquals("D1user with spaces", permissionHelper.encode("(deny){user}user with spaces"));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 13:41:04 UTC 2025 - 13.7K bytes - Viewed (0)