As Kevin noted, this is a security issue because of clear text plastered everywhere - I minimized it by switching to POSTing from a form and judicious use of SSL.  It would be nice if was an option to do SSL on the login page and ADMIN pages, but HTTP everywhere else.
 
  For the language, you could try something like this (I haven't tested it):
 
  loginhtml = loginhtml.replace('selected="selected"', '');
  loginhtml = loginhtml.replace('value="pt-BR"', 'selected="selected" value="pt-BR"');
 
  (Substitute your preferred language for the pt-BR above.)
 
 You'll also need to add a new parameter for 2006.1 similar to this:
loginhtml = loginhtml.replace('name="hdnPwdChanged"', 'name="hdnPwdChanged" value="yes"');
 
   In my case, after I got all the variables correct, the browsers started going whacko with the sso.html method, so I switched to posting from a form which is working so far.
 
 
 
----- Original Message -----
Sent: Monday, September 11, 2006 5:58 PM

Hello,

 

I am working on a single sign on for Imail 2006.1

 

I found a Knowledgebase article, but this one is missing the default language parameter.

 

http://support.ipswitch.com/kb/IM-20051206-DM06.htm

 

Please help me, how to pass the default language parameter to the login page in addition to username and password.

 

 

Reply via email to