Updated basic auth module, rename classes to use the prefix CMS_

Updated code based on comments
This commit is contained in:
jvelilla
2015-07-02 14:49:33 -03:00
parent 5288fe4d3c
commit 9d465b3d7e
11 changed files with 13 additions and 661 deletions

View File

@@ -1,10 +1,10 @@
note
description: "Summary description for {BASIC_AUTH_LOGIN_HANDLER}."
description: "Summary description for {CMS_BASIC_AUTH_LOGIN_HANDLER}."
date: "$Date: 2015-02-13 13:08:13 +0100 (ven., 13 févr. 2015) $"
revision: "$Revision: 96616 $"
class
BASIC_AUTH_LOGIN_HANDLER
CMS_BASIC_AUTH_LOGIN_HANDLER
inherit
CMS_HANDLER

View File

@@ -1,10 +1,10 @@
note
description: "Summary description for {BASIC_AUTH_LOGOFF_HANDLER}."
description: "Summary description for {CMS_BASIC_AUTH_LOGOFF_HANDLER}."
date: "$Date: 2015-02-13 13:08:13 +0100 (ven., 13 févr. 2015) $"
revision: "$Revision: 96616 $"
class
BASIC_AUTH_LOGOFF_HANDLER
CMS_BASIC_AUTH_LOGOFF_HANDLER
inherit
CMS_HANDLER