[Change Request] make sure inactive accounts can't auth to trac

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 configs/web/applications/hosted.conf.erb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/configs/web/applications/hosted.conf.erb b/configs/web/applications/hosted.conf.erb
index e2a532e..5a5b78c 100644
--- a/configs/web/applications/hosted.conf.erb
+++ b/configs/web/applications/hosted.conf.erb
@@ -15,6 +15,7 @@
     Auth_PG_pwd_table people
     Auth_PG_uid_field username
     Auth_PG_pwd_field password
+    Auth_PG_whereclause " and status='active'"
 
     Require valid-user
 </LocationMatch>
@@ -32,6 +33,7 @@
     Auth_PG_pwd_table people
     Auth_PG_uid_field username
     Auth_PG_pwd_field password
+    Auth_PG_whereclause " and status='active'"
 
     Auth_PG_grp_table user_group
     Auth_PG_grp_user_field username
-- 
1.5.5.6

_______________________________________________
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list

[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux