Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [TheStone] Administration of user accounts by admin-user

Quote Reply
Re: [TheStone] Administration of user accounts by admin-user In reply to
In Reply To:
Hi,

The admin users will be able to add/modify/delete users in current user table, they also have full access to database.

- To view their account: db.cgi?do=admin_form&db=Sample&user=xxxx
- To modify/delete an existing user: Type the username into textbox on admin form and hit tab.

TheStone.


Hi TheStone!

Unfortunatly this seems not to work! Log into your Sample db as admin

http://www.gossamer-threads.com/...n&Password=admin

Now go to

http://www.gossamer-threads.com/...ample&user=agent

But you will NOT get user=agent but always user=admin (despite agent is a valid user).

If I understand sub admin_form in Home.pm right, this has to be expected as the user variable in admin_form is not fetched by the cgi hash.

What does work is:

db.cgi?do=admin_inquire_user&db=Sample&users=agent

(Note: users=xxx not user=xxx!)

Armin
Subject Author Views Date
Thread Administration of user accounts by admin-user Armin 4385 Jan 10, 2003, 4:52 AM
Thread Re: [Armin] Administration of user accounts by admin-user
604 4234 Jan 13, 2003, 10:15 AM
Post Re: [TheStone] Administration of user accounts by admin-user
Armin 4224 Jan 13, 2003, 8:15 PM
Thread Re: [TheStone] Administration of user accounts by admin-user
Armin 4226 Jan 17, 2003, 12:31 AM
Post Re: [Armin] Administration of user accounts by admin-user
604 4207 Jan 17, 2003, 9:19 AM