|
Login Form is very easy to
edit to make it look like
your site or a page in your
site. |
|
Encrypted Passwords |
|
Remember Me Option so users
don't have to log in every
time they come back to your
protected pages. |
|
Text file logging that keeps
track of every login to your
site and the IP addresses
used. |
|
Optional use of 8 Built in
Access Levels allowing you protect pages and organize
users based on their level of access. |
|
Optional use of Groups allowing you protect pages and organize users in a
more complex manner. Groups
are much more powerful than Access Levels and with
Groups you can do very complex login scenarios. You can protect
pages by Groups that are allowed and if you like you can
check the session variable for Groups manually and only
show links and areas based on what the logged in person
has permission to use/view.
Groups allow for extremely
flexible
options as far as who has
access to what. |
|
User Information is
available throughout the
user's session. You can
access that information at
any time on any of your
".aspx" pages. You can use
that information to create
dynamically created pages
based on what user is logged
in. |
|
Users Can Expire. |
|
Ability to set the amount of
times a user can log in.
Once they hit their limit
the system sets them as
inactive. |
|
Users Can Be Set Inactive. |
|
Lockout option. "However
many" try’s to login and you
are locked out for a certain
amount of time. |
|
Option to not allow
concurrent logins by the
same username. |
|
Optional feature to keep
track of recent users that
have logged in as well as
allow you to view the
information. |
|
Optional feature to keep
track of recent users that
have logged in, what pages
they accessed, and when, as
well as allow you to view
the information. |