Home

Software

Services

Partners

About

Blog

Forio's Forum

Six Point Checklist: Making a User Friendly Login Page

In Web Sim Building Tools

An important feature of Forio Broadcast Professional is the
ability to restrict access to registered users. Broadcast contains
a number of features to make the login process smooth and your
application appear professional.

Here's a quick checklist to use when you create a new simulation.

  1. Set up a simple but attractive login page. You can read how to do this in our online manual. I suggest your page be laid out cleanly, with a simple logo, and a minimum of text. Make it easy for your users to see where to log in.
  2. In the login page, remember the user's user name with the following syntax:
    <INPUT TYPE="text" NAME="FD_loginid" value="$!RecentUser.LoginId"/>

    The FML reference $RecentUser contains information about the last user to log in from the same computer.

  3. Automatically set the user focus on the login field (or if the user name is filled in, the password field). This subtle behavior allows the user to enter their password, hit enter and quickly log in. You can use the following code:

    <script type="text/javascript">
    #if($RecentUser)
    document.loginform.FD_password.focus();
    #else
    document.loginform.FD_loginid.focus();
    #end
    </script>
  4. Related to the above point, confirm that hitting enter will log you in. Normally pressing enter will act the same as clicking the "login" button, but this might change if you have a second button (instead of a link) for "Forgot Your Password?". (see below).
  5. Provide a link "Forgot Your Password?", allowing your users to enter their username or email address to retrieve their password. Among other benefits, this will reduce the amount of time you spend responding to email from forgetful users.
  6. Provide a link for users to edit their user profile, most importantly allowing them to change their password. Again, providing a means for users to control their account will reduce your email support burden.

You can see all of these features in our recently released Service Quality Management Simulation

Posted by Will Glass

Leave a Reply

  Subscribe with RSS

Join to receive emails when new articles are posted
Email   


Article Categories

User Created Sims Simulations built by Forio Broadcast users

Staff Articles Articles written by Forio staff

News and Links Simulations, news, and links from around the web

Books Books we like about sims, business, and design

Web Sim Building Tools Resources to help you create sims and websites

Contact Forio

© 2008 Forio Corporation