Login / Log Out Object

A new object introduced in Savvy 4.5 is the Log In / Log Out object.

This allows you to embed the login form within any savvy template.  The code that displays this login is available to edit as well, to customize the look as appropriate for your design.

The code is as follows:

<cfmodule template="../actionfiles/CreateLoginObject.cfm">

To alter the look of the form you can edit this file:

/primarytemplatefiles/login/loginform_template.cfm
/primarytemplatefiles/login/logout_template.cfm

The loginform_template.cfm is embeded for those who have not logged into savvy.  The logout_template.cfm file is embeded for those who have logged in.