RE: [PHP-DB] Login System with access levels

2001-03-19 Thread Steve Brett
ave a table storing userrnames and passwords and a seperate table storing access levels. -Original Message- From: Ron Brogden [mailto:[EMAIL PROTECTED]] Sent: 16 March 2001 20:18 To: [EMAIL PROTECTED] Subject: RE: [PHP-DB] Login System with access levels At 02:00 PM 3/16/2001 -0600, you

[PHP-DB] Re: [PHP] RE: [PHP-DB] Login System with access levels

2001-03-16 Thread Jack Sasportas
> > This will permit the searcher to locate anything whereby the level is at > $level or lower. > -Original Message- > From: Jordan Elver [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 16, 2001 1:28 PM > To: PHP General Mailing List; PHP DB Mailing List > Subjec

RE: [PHP-DB] Login System with access levels

2001-03-16 Thread Ron Brogden
At 02:00 PM 3/16/2001 -0600, you wrote: >First, I would NOT store passwords in a database. Rather, I'd store a hash >based upon the password and username. Storing a password is dangerous as >regards security. Just to be a little picky and *not* to start an argument (discussion yes), this reall

RE: [PHP-DB] Login System with access levels

2001-03-16 Thread Rick Emery
ED]] Sent: Friday, March 16, 2001 1:28 PM To: PHP General Mailing List; PHP DB Mailing List Subject: [PHP-DB] Login System with access levels Hi, I've got a db with a username and password in it. I can let people log in, like SELECT * FROM table WHERE username = username AND password = p

[PHP-DB] Login System with access levels

2001-03-16 Thread Jordan Elver
Hi, I've got a db with a username and password in it. I can let people log in, like SELECT * FROM table WHERE username = username AND password = password. But how can I add an access level column so that I can have different levels of security. So admin's can read everything, but users can only