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); 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);