Add a USERTYPE to CF_Login
How to add a new USERTYPE "POWER USER" to the following code:
<CF_Login
datasource="dev"
DBusername="dev"
DBpassword="zxy1997"
TABLE=users
USERFIELD=User_Email
PASSFIELD=Password
SELECTFIELDS="User_ID"
USERTYPEFIELD=User_Type
USERTYPE="MANAGER"
MESSAGE="<H1>Authorization Required</H1> This server could not verify that you are authorized to access the info requested.<P>">
