Index: openacs-4/packages/acs-tcl/tcl/security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-procs.tcl,v diff -u -r1.78.2.4 -r1.78.2.5 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 19 Oct 2015 09:03:48 -0000 1.78.2.4 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 20 Oct 2015 08:01:05 -0000 1.78.2.5 @@ -550,12 +550,13 @@ Returns 1 if the page is used for logging in, 0 otherwise. } { - set url [ad_conn url] - if { [string match "*register/*" $url] || [string match "/index*" $url] || \ - [string match "/index*" $url] || \ - "/" eq $url || \ - [string match "*password-update*" $url] } { + if { [string match "*register/*" $url] + || [string match "/index*" $url] + || [string match "/index*" $url] + || "/" eq $url + || [string match "*password-update*" $url] + } { return 1 }