I pulled a copy of the admin from SVN ( http://code.google.com/p/openbluedragon-admin-app/) and it doesn't have this problem.
However, both the nightly and SVN have a problem with getPassword() in adminapi/base.cfc. The return type is set to void when it should be string. The function is returning a string, but doesn't blow up when the return function is used, simply ignored and an empty value provided at the calling end. Is this expected behavior when return is used in a function with void return type?? Repairing getPassword() also seems to fix the error reported by Mat Stromberg http://groups.google.com/group/openbd/browse_thread/thread/afe5887f95f3ac71?hl=en Regards Stephen On 2 July 2011 06:31, Alan Holden <[email protected]> wrote: > ** > > - Error Message: Login required to perform this action > > My brand-spankin new install of the nightly build throws this same Admin > error. I tried to do this mod inside Base.cfc: > <cfif not isUserLoggedIn() *AND cgi.SCRIPT_NAME neq > "/bluedragon/administrator/login.cfm"*> > > This way, I can get to the login form, but the submission event will not > accept any password, even the default one in the xml. > Bummer. > Al > > > On 6/3/2011 11:12 AM, verlsnake wrote: > > - Simply invoking the OpenBD Administrator StartPage for the first > time > - http://localhost:8080/openbd/bluedragon/administrator > - Request /bluedragon/administrator/index.cfm > > > On Jun 3, 6:57 pm, Matthew Woodward <[email protected]> > <[email protected]> wrote: > > On Fri, Jun 3, 2011 at 9:41 AM, verlsnake <[email protected]> > <[email protected]> wrote: > > - The OpenBD Administrator does not seem to work anymore with the > latest version 1.5 > - Error Message: Login required to perform this action > > > -- > official tag/function reference: http://openbd.org/manual/ > mailing list - http://groups.google.com/group/openbd?hl=en > -- Stephen Moretti Blog : http://nil.checksite.co.uk/ Twitter : http://twitter.com/mr_nil More Twitter : http://twitter.com/CFOverflow -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
