|
You can password-protect access to your database with PHPRunner.

You can choose between two 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.
PHPRunner will generate additional PHP page named login.php
which contains username/password validation.
If second option is selected, you can also set Avanced
Security Settings.
Click User login settings
button to create user self-register page, password reminder, change
password pages.
Click Permissions button
to use group-based
permissions model. |