RE: Direct User after Login

2007-04-10 Thread Jon Clausen
Ah. I missed that you wanted to capture the redirect information. Duh! I would suggest one of two things: 1) Just have your login form page override the "body" value of the view collection (or whatever name you use for your core template body) and then when they submit (as long as you hav

RE: Direct User after Login

2007-04-10 Thread Robert Rawlins - Think Blue
log them in, and pass them back to event=articles, which they will now be able to see. Thanks again, Rob -Original Message- From: Jon Clausen [mailto:[EMAIL PROTECTED] Sent: 10 April 2007 16:40 To: CF-Talk Subject: Re: Direct User after Login Robert, Sorry about that last email. I hit sen

Re: Direct User after Login

2007-04-10 Thread Jon Clausen
Robert, Sorry about that last email. I hit send by mistake:-). The way I've done it is to have a "doCheckLogin" broadcast that fires on every MG event request. The "checkUserLogin" function tests to see if there is an active login state, next whether there are any formfields being posted fr

Re: Direct User after Login

2007-04-10 Thread Jon Clausen
On Apr 10, 2007, at 10:56 AM, Robert Rawlins - Think Blue wrote: > Hey Chaps, > > > > I've been working on my security system this past week, and I've > pretty much > got a working model for the application, but I've got a couple of > little > features I'd like to try and achieve, one of which

RE: Direct User after Login

2007-04-10 Thread Robert Rawlins - Think Blue
Ok great thanks for that Casey, So I do the manually rather than having Model-Glue do it for me? Thanks, Rob -Original Message- From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: 10 April 2007 16:14 To: CF-Talk Subject: Re: Direct User after Login If they are not logged in, you

Re: Direct User after Login

2007-04-10 Thread Casey Dougall
If they are not logged in, you send them to the login page and set the refer but it looks like you got that. Then after they login you send them back. ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & cr