This topic is locked

Hardcoded and non admin

7/17/2008 10:04:40 PM
PHPRunner General questions
B
bosco author

I want to have both hardcoded and non hardcoded admin. How to achieve it? Thanks

J
Jane 7/18/2008

Hi,
PHPRunner does not support two types of login (hardcoded and non-hardcoded) at the same time.

Please give me a detailed description of what you want to achieve and I'll try to help you.

B
bosco author 7/18/2008

I have a table used to store login and password. However, I would like to have an admin account which is not in that table thus not deletable and not known by other admin.
Also, it is possible to add/update/delete a data of a table and part of the data is automatically copied/deleted from another table?
Thanks

J
Jane 7/18/2008

I recommend you to create superadmin in the users table and do not show superadmin account for all users.

Change SQL query for users table on the Edit SQL query tab in the following way:

select ...

from users

where UserName!='Superadmin'

B
bosco author 7/18/2008

Thank you so much Jane.
It worked. I can live with that. Now I wish I knew more about php and sql <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=31189&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />