Some kind of secure user system?

Community Forums/General Help/Some kind of secure user system?

Yahfree(Posted 2011) [#1]
I'm developing a "project manager" web application that has several "projects". These "projects" will be created by outsourced employees, and the said employees will be able to change characteristics about the "projects" such as their "status" or add information about them.

These projects will be listed. The thing is, this will need to be secure. The projects will be listed only if you're logged in. When you're logged in, you will see a list of all the projects names, statuses, etc.. Obviously I'm not worried about employees tampering with eachother's projects.

I want to use jquery or something for the front end, but for the back end, I'm going to use php/mysql. My question is, rather than write a robust user system(IE, logging in, logging out, register, accept, etc). I want to create a single login for the COMPANY to use.

Would simply password protecting(locking) the folder of the application on the server provide enough security? What should I do? Is there anything I can use/integrate?

Again, this will be a PER COMPANY application.

Last edited 2011