I have found that if the user isn't assigned as a member to any groups, when they log in they just go back to the login page. This is because they don't have permission to see any of the admin :). This can be particularly diabolical if you're using an AD user directory, because in that case you also have to map the AD groups to FarCry groups - i.e. the user isn't technically a member of any FarCry groups.
Blair On 12/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hey guys > > Just getting into this whole farcry thing and i have come across an > issue which is..well.....i cant log in. > > The user info is in the database and everything looks like its > installed properly, except when i log in, well it doesnt log me into > the system. > > I have been rumaging around in the core code and this is what i have > noticed. > > farcry_core/tags/navojo.cfm > ------------------------------------------------------ > sets a variable called request.mode.bAdmin [<cfset request.mode.bAdmin > = 1>] then does a redirect using cflocation. doesnt cflocation cause > all your request vars to be lost? > > farcry_core/admin/Application.cfm > ------------------------------------------------------ > it checks request.mode.bAdmin to see if it is set to 1 and if not it > logs out and i am presented with the login screen again, but i dont > have any request variables anymore because of the cflocation > > Is it just me or is this wrong? > > This is bugging me to no end > > Steve > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
