Skellington said the following on 01/17/2011 09:20 PM:
> How do I login, I thought it was
> "createObject("component","bluedragon.adminapi.administrator").login("admin");
I have it as (notice the casing -- I don't know if are an a
case-sensitive OS):

<cfset variables.admin = createObject("component",
"bluedragon.adminapi.Administrator") />
<cfset variables.admin.login("admin") />
<cfset session.auth.loggedIn = true />

I think there is a weird dependency on having the session scope variable
there based on my findings.  Matt, can you dig on this?


-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 official manual: http://www.openbluedragon.org/manual/
 Ready2Run CFML http://www.openbluedragon.org/openbdjam/

 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to