|
Login and user administration
User identification is controlled by table "admin", table admin, which contains all user data like LOGIN, LAST, FIRST, EMAIL PASSWORD etc. Every SqlDBU User (Administrator) must have an entry in this table. Columns admin.LOGIN, admin.EMAIL and admin.PASSWORD are used for login autentification while admin.LOGIN or admin.EMAIL can be used as Login ID. It is recommended to prefer admin.EMAIL for login ID purpose.
Please use predefined value admin for Login ID as well as for password for the first login after installation.

After you have logged in successfully, you shoud have reached the SqlDBU Main Dialog.

The Main Dialog Page offers a list of available tables to select for further processing (right side) and some import/export options on the left side. Now you can select table admin in order to change default login values for administrator and other users. Doing so you will see first records of table admin in Browse View page.

Since Browse View does not have any editing option you click the Edit link in order to enter the Form View page for the selected record.

Now you make all necessary changes and click Save button in order to apply all changes. You can of course create as much new administrator entries as you need from within the Browse View link Append..
Back
|