Paul, Hal Helms wrote an article a couple of years ago that was very helpful to us when we were trying to come up with a access plan. It is geared toward fusebox, but we were able to modify it without much trouble. The article is still available at:
http://www.halhelms.com/index.cfm?fuseaction=newsletters.jul2000 I no longer work at the same shop, so I can't send you the code we used....sorry. Scott Scott Brader Prairie Software Development LLC 101 East Sadd Street PO Box 235 North Prairie, WI 53153-0235 Phone: 262.392.9173 Fax: 262.392.9174 Toll Free: 888.821.3427 Mobile: 262.490.1376 <http://www.prairiesoftdev.com> Amateurs practice until they get it right, Experts practice until they can't get it wrong. -----Original Message----- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] Sent: Monday, July 29, 2002 15:05 To: CF-Talk Subject: Multiple User Authorization I am looking for suggestions on a user authorization method. Basically, I have multiple users with various different access levels thourghout the application. Some can get into some places while others can't, and even some can get in everywhere. There are basically 20 different location restrictions. My question would be what would be the best way/practice to tackle this. Here is what I have come up with (but think it's a bit cumbersome). Setup table with the 20 different access columns (editor,admin,colors,settings,gifts ect...) and give them a 1 or 0 Then when the user logs in build a struct with the access levels and check the struct for that access level (1) when entering a page if 0, send them away to the beggining. Seems a bit cumbersome ... so I am looking for alternatives. Any thoughts? I appreciate your input Paul Giesenhagen QuillDesign ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

