Managing Users
-
Hi I need a method of logging users from a company onto my web application. It must determine what users will be able to see and do. Therefore each user will have different rights. Their administrator must be able to manage these rights. Any ideas? Thanks.
-
Hi I need a method of logging users from a company onto my web application. It must determine what users will be able to see and do. Therefore each user will have different rights. Their administrator must be able to manage these rights. Any ideas? Thanks.
Is the webserver running on their LAN? If the webserver is a member of the domain, you can see what NT Groups the current user is member of, and then grant/deny the user access based on the NT Group... - Anders Money talks, but all mine ever says is "Goodbye!"