Locking Resources out of PWA

R

RandyK

If I wanted to keep Resources (Team Members) and Project Managers from
accessing PWA (but still allow access for Adminsitrators) for a 2-day period,
would I simply modify the permissions in the PM and Team Members groups and
place a "hard deny" on the "Log On" permission? We want to do some project
maintenance and do not want anybody recording or approving hours during this
2-day perdiod.

Any other suggestions?
 
N

NZ Projects

You can extend the existing web app onto a new iis website/port, then stop
the site that the users are logging onto.
 
B

Brian Tkatch

You can extend the existing web app onto a new iis website/port, then stop
the site that the users are logging onto.
Or just turn it off to external users and force remote login to be
used.

Or use IE to ask for basic authentication.

B.
 
R

RandyK

Thanks . I like the idea of going with Project Server Authentication....
(turning off Windows Authentication)....

RK
 
Top