From 34bb81a826d023ce39714e1a6e027b19cf96a5fd Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 18 Jun 2014 00:04:08 -0400 Subject: Rework remote_login and remove protect decorator The protect decorator was not really being used for anything, remove it. Change the way UserSession's remote_login() works. If called now it either sets a REMOTE_USER (if found) or nukes the current user data in the session. This means this function can be safely called only in a login plugin now. Signed-off-by: Simo Sorce Reviewed-by: Patrick Uiterwijk --- templates/install/ipsilon.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'templates') diff --git a/templates/install/ipsilon.conf b/templates/install/ipsilon.conf index 8ab17d1..bbc4de6 100644 --- a/templates/install/ipsilon.conf +++ b/templates/install/ipsilon.conf @@ -13,4 +13,3 @@ tools.sessions.storage_path = "${datadir}/sessions" tools.sessions.timeout = 60 tools.sessions.httponly = ${secure} tools.sessions.secure = ${secure} -tools.protect.on = True -- cgit