User management
|
|||
|
User management
The user management script lists the TT Web Site Manager users and their access rights to the scripts and sites. It allows users to be created or deleted, as well as all their details and permissions to be edited.
To create a new user, simply click on the "Create a new user" button. This creates a new user with the following login details and a password of "New user's password". If you create a user in this way you MUST change these details immediately! Failure to do so could leave a default username and password accessible to anyone, while the user is set up with no rights by default this is not a good situation.
To change a user's details you simply edit the relevant permission or text box and click on the "Update"
button. Here follows a detailed run-down of the individual options.
Take extra care when changing user manager permissions. If you revoke your own user manager permissions you will not be able to return to this script to give them back to yourself, in effect locking yourself out of your TT Web Site Manager installation forever. If you are unfortunate enough to do this to yourself by mistake, you will have to give yourself the permission back by hand by running a piece of SQL code like the one below using the mysql command line utility or a MySQL administration program like phpMyAdmin. You have been warned, take care with that one! update tt_wmadmin set user_manager=1 where name='put your username here' To remove a user from the system, simply click on the "Delete" button by that user's entry. A confirmation message is displayed, as shown below, clicking on "Confirm delete" removes the user.
Yet again, take care with deleting users. If you manage to delete your own username, you will lock yourself out and you may need to delete all admin users by hand and run the install script again if you do not have another administrator login under which you can enter the system.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||