MX User Login
features
Dreamweaver integration
- Centralized Control Panel
· Thus the
developer doesn't have to configure it in each interface.
· Define
the User Login parameters - auto-login validity, use encrypted password
or not etc.

· Define
the user table and its fields

· Set the
variables to be stored in session
on login

· Define
the user levels and redirect
pages depending on user levels

- Create Login Page Wizard
· With just
two mouse clicks you can insert a user login form that will include advanced
features as Remember me and Forgot
Password. It even creates the forgot password page from scratch
when only checking a box.
- Create User Registration Wizard
· MX User
Login allows you create a user registration form from scratch where the
visitor will register to a site.
· Automatically
generate two passwords fields and check if they match.
· Automatically
creates the activation page if you've only checked a box.
- Create update password form
· Just by
clicking on the OK button, you will create a form where the visitor will
be able to enter the old password and the new one twice and see if they
match.
- Restrict access to folder
· Apply the
restrict access to page server behavior
on all the files from a specified folder. Ideal to protect administrative
sections.
- Dynamic bindings for session variables
· Allows
the developer to easily use the session variables in the site pages.
- Show if user is logged in
· Show a
page section only if a user is logged in.
Page behavior
- User registration
· Check if
passwords match.
· Automatically
send welcome e-mail when registering.
· Send activation
mail if needed.
- User registration
from backend
· Automatically
generate password.
- Login page
· Preserve
original page when logging in, even after user account creation.
· Store encrypted
login information in cookie for automatic re-login.
· Comprehensive
error messages to guide you through the login process.
- Forgot password
page
· This will
allow visitors to enter their e-mail address in order to receive the password
by e-mail. If the password is encrypted in the database,
it will be re-generated.
- Intuitive contextual and error messages
· When entering
a wrong input, the visitor will receive a clear error message.
- Logout feature
· By using
this feature, you will allow the visitor to logout either by clicking
on a link or when the logout page loads.
Security
- Restrict access
to page to unauthorized users, or for specified user levels
· Automatic
redirect to the login page depending on your user level.
- Use activation
e-mail to validate accounts
· To check
that the entered e-mail address is valid. User login will be disallowed
until the registered user clicks the activation link.
- Encrypt passwords
in the database
· If configured,
all the entered passwords are first encrypted in the database, preventing
administrators to see the password.
· This feature
will allow you to display sections of a page only if a user is logged
in.
Standard compliance
- HTML forms based on CSS for easy customization.
- WAI compliant generated code (Web Accessibility Initiative).
- W3C standards compliance.
Compatibility
- Multiple browser compatibility: MSIE 5.5 or more,
Netscape 6.0 or more, Opera 7 or more, Firefox, Safari, Mozilla, Camino.
- Support for the ColdFusion, ASP_VBScript, PHP_MySQL
and PHP_ADODB server models.
- Works on Windows and MAC.
Documentation
- Integrated Dreamweaver help (search, index, glossary).
- Step by step tutorials with real-life applications.
- Comprehensive user manual.