Testing FC 6.1 and found that /webtop never asked for a login if not
logged in.
Tracked this down to the checkLoggedIn not being in the /core/
Application.cfc OnRequestStart, I see a lot of code refactoring has
gone on in there for 6.1 and this may have been moved to another
function but could not find it.
Adding the following back into the top of OnRequestStart restores the
admin login check.
<cfimport taglib="/farcry/core/tags/security" prefix="sec" />
<cfif not findNoCase( "login.cfm", cgi.script_name )>
<!--- If the user is not logged in, then they are
redirected to the
login page with no message --->
<sec:checkLoggedIn />
<!--- If the user is logged in but does not have the
admin
permission, then they are redirected with a message --->
<sec:checkLoggedIn lPermissions="admin" message="You do
not have
permission to access the webtop" />
</cfif>
--
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry