Ideas for administrative pages

J

John Smity

Does anyone have any links or ideas on how you bunch
together all your administrative pages? Currently I have
10-20 different options that users can configure
(add/change/delete) and it is getting a bit confusing and
hard to manage. Any ideas???
 
J

Jeff Dillon

Use Bit Flags and Masking

Can Read Sec 1 = 2
Can Write Sec 1 = 4
Can Read Sec 2 = 8
Can Write Sec 2 = 16

For a user who can Read Sec 2 only and R/W on Sec 1 would = 12. Store 12.

Jeff
 
L

Larry Bud

John Smity said:
Does anyone have any links or ideas on how you bunch
together all your administrative pages? Currently I have
10-20 different options that users can configure
(add/change/delete) and it is getting a bit confusing and
hard to manage. Any ideas???

We manage the security for our apps with our own security application,
which stores user ID, group names, and page access in a SQL database.
To check for access, I just call a stored procedure, pass the app
name, user ID, and page, and the access for that page is returned.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,164
Messages
2,570,901
Members
47,439
Latest member
elif2sghost

Latest Threads

Top