From c5e4b013e5e7185291280edb440c0b6fa050bd4e Mon Sep 17 00:00:00 2001 From: anonymoususer72041 <247563575+anonymoususer72041@users.noreply.github.com> Date: Sat, 4 Apr 2026 13:14:46 +0200 Subject: [PATCH 1/2] Clean up unused config.php settings --- config.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/config.php b/config.php index 54bd2d0d5..c86506c88 100755 --- a/config.php +++ b/config.php @@ -104,9 +104,7 @@ /* Pager settings. These are the number of results per page. */ -define('CONTACTS_PER_PAGE', 15); define('CANDIDATES_PER_PAGE', 15); -define('CLIENTS_PER_PAGE', 15); define('LOGIN_ENTRIES_PER_PAGE', 15); /* Maximum number of characters of the owner/recruiter users' last names @@ -165,14 +163,6 @@ */ define('CANDIDATE_STATUSCHANGE_SUBJECT', 'Job Application Status Change'); -/* Password request settings. - * - * In FORGOT_PASSWORD_FROM, %s is the placeholder for the password. - */ -define('FORGOT_PASSWORD_FROM_NAME', 'CATS'); -define('FORGOT_PASSWORD_SUBJECT', 'CATS - Password Retrieval Request'); -define('FORGOT_PASSWORD_BODY', 'You recently requested that your OpenCATS: Applicant Tracking System password be sent to you. Your current password is %s.'); - /* Is this a demo site? */ define('ENABLE_DEMO_MODE', false); From 1470c4570d702f27634be641a6abf536a7f9e37b Mon Sep 17 00:00:00 2001 From: anonymoususer72041 <247563575+anonymoususer72041@users.noreply.github.com> Date: Sat, 4 Apr 2026 13:19:47 +0200 Subject: [PATCH 2/2] Remove unused legacy settings from test/config.php --- test/config.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/config.php b/test/config.php index 64bfab937..a6e7e3792 100644 --- a/test/config.php +++ b/test/config.php @@ -105,9 +105,7 @@ /* Pager settings. These are the number of results per page. */ -define('CONTACTS_PER_PAGE', 15); define('CANDIDATES_PER_PAGE', 15); -define('CLIENTS_PER_PAGE', 15); define('LOGIN_ENTRIES_PER_PAGE', 15); /* Maximum number of characters of the owner/recruiter users' last names @@ -166,14 +164,6 @@ */ define('CANDIDATE_STATUSCHANGE_SUBJECT', 'Job Application Status Change'); -/* Password request settings. - * - * In FORGOT_PASSWORD_FROM, %s is the placeholder for the password. - */ -define('FORGOT_PASSWORD_FROM_NAME', 'CATS'); -define('FORGOT_PASSWORD_SUBJECT', 'CATS - Password Retrieval Request'); -define('FORGOT_PASSWORD_BODY', 'You recently requested that your OpenCATS: Applicant Tracking System password be sent to you. Your current password is %s.'); - /* Is this a demo site? */ define('ENABLE_DEMO_MODE', false);