Good Morning everyone. Ok, this is gonna be long. I've created an Intranet site for my company in .asp using Macromedia UltraDev. I've recently obtained a calendar dayplanner thingie that's in coldfusion. My boss loves it, and wants me to redo the site in coldfusion (i'd like to learn CF anyway). I've transfered most of the simple pages over to CF, now i have some things i need help with. I have a login page that comes up when you try to login to the intranet site. There's username and password textboxes (nothing exciting yet) enter your username and password and it checks to see if you're in the database, if you are it'll send you to the default.cfm in the intranet site. (ok so far) Here's where i'm getting messed up. I want it to do this.. If you enter a name and pass that's not in the database, I want it to go to a create account page where you can create an account for the intranet. Also if you do have an account and you just forgot your password, i'd like to have a form that comes up so you can enter your username and it will send an email to you with your username and password from the database. I've dome all this like i said in .asp using CDONTS and VBSCRIPT i'd love for someone to show me how to do it in CF. From what i hear it's supposed to be much easier. Oh one more thing, when a user logs in i'd like a variable set so on the other pages i can put stuff like Hello:UserName or something like that. Ok thanks that'll do for a start 