From 8c13c19b9bb0d1e1fd0d4aa0841aa005e8718d76 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 6 Jan 2018 22:58:28 -0700 Subject: [PATCH] Update sample config --- settings.template.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/settings.template.php b/settings.template.php index 3be0cfd..a91eae4 100644 --- a/settings.template.php +++ b/settings.template.php @@ -114,7 +114,8 @@ define('EXTERNAL_APPS', [ "title" => "QwikClock", "station_features" => [ "qwikclock_punchinout", - "qwikclock_myshifts" + "qwikclock_myshifts", + "qwikclock_jobs" ] ], "managepanel" => [ @@ -141,7 +142,7 @@ define("SMTP_ALLOW_INVALID_CERTIFICATE", TRUE); // The system checks new passwords against the 500 worst passwords and rejects // any matches. // If you want to have additional password requirements, go edit action.php. -// However, all that does is encourage people to use the infamous +// However, all that does is encourage people to use the infamous // "post-it password manager". See also https://xkcd.com/936/ and // http://stackoverflow.com/a/34166252 for reasons why forcing passwords // like CaPs45$% is not actually a great idea.