|
|
You can password-protect access to your database with PHPRunner.
Select Create login page
option and PHPRunner will generate additional PHP page login.php intended for username and
password validation.
You can choose between the following options:
|
·
|
Hardcoded
username and password - all your users
will use the same login/password combination. |
|
·
|
Username and
password from database - choose this
method if you store username/password combinations in your
database. In this case you need to choose database table with
passwords and fields that store usernames and
passwords. |
If the Username
and password from database option is selected, you can set
Advanced Security
Settings. Click User login settings to create
user self-register page, password reminder, change password pages.
Click Permissions to use
group-based permissions
model. Click Audit
trail to set up record locking and user actions
logging.
Scenarios on how you can
configure security options
|
·
|
"Only one person or several persons with
the same access rights have access to the site" - use the
Hardcoded username
and password option. |
|
·
|
"There are the site administrator (owner)
and guests. The administrator has full access to the site, guests
have read-only access to some pages/reports/charts" - use
the Username
and password from database option,
enable guest login in the
Advanced security settings, configure
the access for guests in the User group permissions. |
|
·
|
"There are many users with different
access levels and administrators with the full access" - use
the Username
and password from database option, configure Advanced
security settings if you need to restrict the access within one
table, configure User group permissions to assign table
level permissions, configure Admin group for
administrators. |
|