From: WALKER,Taliesin <Tal...@de...> - 2006-02-20 06:46:17
|
Hi Sanjay, =20 This won't modify the content of the emails, but have you considered using Windows Authentication? I have restricted access to the dashboard by making sure that Integrated Windows authentication is turned on for the web dashboard virtual directory and setting up Web.config as follows (you could use network groups in the allow section): =20 <authentication mode=3D"Windows" /> <authorization> <allow users=3D"NATION\tw0316"/> <deny users=3D"*,?" /> </authorization> You could then handle the access denied error in web.config to display a custom page I expect.I hope this is something along the lines of what you are looking for. =20 Tali =20 Tali Walker=20 x34117 =20 ________________________________ From: ccn...@li... [mailto:ccn...@li...] On Behalf Of Sanjay Pais Sent: Monday, 20 February 2006 17:35 To: ccn...@li... Subject: [Ccnet-user] Customise content of emails I want to prevent some users from accessing the Dashboard. Can I send different email message bodies to different user groups thereby controlling who gets to access the dashboard? =20 I know this is not a 'perfect solution' but might be the simplest way to avoid having to modify the dashboard. =20 Sanjay=20=20 =20 _______________________ Sanjay Pais Software Developer Accruent, Inc. 10 Price Street=20 Suite 300 Toronto, Ontario M4W 1Z4 Tel: (416) 777-5610, (416) 365-1274 x 306 =20 Notice: The information contained in this e-mail message and any attached files may be confidential information, and may also be the subject of legal professional privilege. If you are not the intended recipient any use, disclosure or copying of this e-mail is unauthorised. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete all copies of this transmission together with any attachments. |