From: Alan Knowles Date: Tue, 21 Dec 2010 02:52:19 +0000 (+0800) Subject: Pman/Login.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=6bc273444632af4754d0f330c1dbcd187347d427 Pman/Login.php --- diff --git a/Pman/Login.php b/Pman/Login.php index f1926b7..d5e0849 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -201,7 +201,7 @@ class Pman_Login extends Pman } // check if config allows non-owner passwords. - // auth_company = "OWNER" + // auth_company = "OWNER" auth_company = "CLIENT" $ff= HTML_FlexyFramework::get(); if (!empty($ff->Pman['auth_comptype']) && $ff->Pman['auth_comptype'] != $u->company()->comptype) { $this->jerr("Login not permited to outside companies");