質問
How to automatically login a user after the account is provisioned
My application uses cflogin and a loginform.cfm as is often shown for authenticating the user. I have a form where a new user can register and create an account. After I create the account, I want the user to already be authenticated and able to use the application. However, I can't find a way to get this to happen. The new user is brought to the loginform and asked to enter the username and password. How can I bypass this step?
