Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialghaith omar
16,395 PointsCreate multi user website
Hi there
If I want to create a website that had admin permission for client and normal user permission for normal user, the admin user can add content and so on.
My question in general what the skill needed to create website with sign in ability, and after the admin sign in he can change the content any time he want.
If any one can tell me all the option available for me and what is the best one.
thanks for advance.
1 Answer
Steven Parker
231,236 PointsYou're talking about "authorization", and the way that is performed varies with how your server is constructed.
There are courses here for several different server technologies, most of them probably cover authorization at some point. And in the case of a WordPress site, it's a built-in feature. Of the technologies taught here, WordPress probably offers the quickest path to a functioning web site with such abilities.
ghaith omar
16,395 Pointsghaith omar
16,395 PointsThanks for your answer. Can you tell me what the other courses that cover the same issue rather than wordpress courses.
Thanks Again.
Steven Parker
231,236 PointsSteven Parker
231,236 PointsI haven't taken many of the server language courses myself, but I would expect there would be one covering authorization in each topic area. What is your server technology, PHP, Ruby, C#, Python, etc.? Check in the Library under your topic.
ghaith omar
16,395 Pointsghaith omar
16,395 PointsThanks a lot for your continues help.