Question
basic authentication: user vs admin
I'm trying to split my authentication into users and admin
section. I've read some interakt tutorials and php for dreamweaver
8 (Powers), which explain how to give different levels to a user
and admin and I'm still confused.
Looking at the signup form in Powers, what prevents a user from signing up as an admin? Are those in the admin section entered into the db directly and given admin level? It seems the only way to keep the user and admin secure; or is there another way?
I think that I don't understand how I can assign a specific level to a specific person at signup and, more importantly, keep the users out of the admin section.
Thanks for helping me sort this out.
Looking at the signup form in Powers, what prevents a user from signing up as an admin? Are those in the admin section entered into the db directly and given admin level? It seems the only way to keep the user and admin secure; or is there another way?
I think that I don't understand how I can assign a specific level to a specific person at signup and, more importantly, keep the users out of the admin section.
Thanks for helping me sort this out.
