Table of ContentsPreviousNextIndex

FacilitatePro


Logon Screen That Allows Users to Create Their Own User Profiles

Logon screens used in conjunction with a shared user ID can be set up to allow users to create their own individual user profiles based on that shared user ID but with their own unique user ID and password.
The following example uses a hidden user ID and password to first allow access to the electronic conference center and then creates a new user ID, password and alias based on the participant's entries to the logon screen. A logon screen such as this will typically be linked to a standard logon screen for people to use once they have established their user IDs.
NOTE: To enable a shared user ID to be used as a template to create new user ids, the User Profile options must include Users may use this ID to create custom ID's in the Additional Settings section.

Logon Screen Example Allowing Users to Set Up Their Own User IDs

Logon Screen Components to Allow User to Create their own User ID
<FORM ACTION="http://yourserveraddress/4DAction/FC/Access" method="Post">
Check the form statement to include the correct server URL.
Input Type="Text" Name="NewID" value="">
This input field allows for user input of a new user ID. The initial value is null.
Input Type="Text" Name="NewIDPass" value="">
This input field allows for user input of a password for the new user ID. The initial value is null.
<Input Type="hidden" Name="Check1" value="SharedUserID">
This hidden input field contains the shared user ID that permits access to the electronic conference center and will provide the template for the new user ID. Enter the correct value for your shared user ID.
<Input Type="hidden" Name="Check2" value="Password">
This hidden input field contains the password for the shared user ID that permits access to the electronic conference center and will provide the template for the new user ID. Enter the correct value for the password of your shared user ID.
<Input type="hidden" name="PageURL" VALUE="http://yourserveraddress/thislogonscreen.shtml">
This hidden field sets the return to page in the case of a logon failure. Enter the correct URL for this logon screen.

Logon Screen allowing users to create their own individual user ID
<HTML>
<HEAD>
<TITLE> FacilitatePro - Sample Logon Screen</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0E404D" VLINK="#40474F" ALINK="#FF0000">
<center>
<FORM ACTION="http://yourserveraddress/4DAction/FC/Access" method="Post">
<table border=4 width=500>
<tr>
<td align=center><font color=blue><H2><b>FacilitatePro Conference Center</H2></b></font></td>
</tr>
<tr>
<td align=center>
<i>To enter the FacilitatePro Conference Center,<br>create a user ID for yourself and select the enter button below.</i>
<table>
<tr>
<td><b>Create a User ID: </b></td>
<td><Input Type="Text" Name="NewID" Size="20" MaxLength="40" value=""></td>
</tr>
<tr>
<td><b>Create your Password: </b></td>
<td><Input Type="Text" Name="NewIDPass" Size="20" MaxLength="40" value=""></td>
</tr>
<tr>
<td><b>Create a Nickname/Alias: </b></td>
<td><Input Type="Text" Name="UpdateAlias" Size="20" MaxLength="40" value=""></td>
</tr>
</table>
<p>To return to the standard logon screen, select this link <a href="http://yourserveraddress/index.shtml">
Return to Logon Screen</a></I><p>
<Input type="submit" name="Button" VALUE="Enter the Electronic Conference Center">
</td>
</tr>
</table>
<Input Type="hidden" Name="Check1" value="SharedUserID">
<Input Type="hidden" Name="Check2" value="Password">
<Input Type="hidden" Name="azSecure" value="Yes">
<Input Type="hidden" Name="azFailure" value="Yes">
<Input type="hidden" name="Dummy" VALUE="Dummy">
<Input type="hidden" name="PageURL" VALUE="http://yourserveraddress/thislogonscreen.shtml">
<Input type="hidden" name="PageURL_PasswordReset" VALUE="<!--4DACTION/FC_Var_Server_IP-->/PasswordReset.shtml">
</FORM></center></BODY></HTML>


Facilitate.com, Inc.
Copyright 1992 - 2011, Facilitate.com, Inc.
All Rights Reserved
www.facilitate.com
Voice: (805) 682-6939
support@facilitate.com
Table of ContentsPreviousNextIndex