Actually kick restarting the web service seemed to fix the issue without
anything else needed.  Too bad this was not resolved in 9.22.  Was
hoping we would not run into these issues anymore.  Seems that one a
week or so we have to kick restart the web services to fix login and
webmail issues.

 

Thanks,

Grant Griffith

Web Application Developer

Enhanced Telecommunications

http://www.etczone.com

812-932-1000

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc Rosamond
Sent: Wednesday, November 28, 2007 1:37 PM
To: [email protected]
Subject: RE: [IMail Forum] Issue with loginsample.aspx after upgrading
to 9.22

 

If you are using the single sign on code that was mentioned in one of
the KB articles, try making the following change to it and see if it
corrects your problem.  I have marked the change with "<-- ADD THIS NEW
LINE".   Another user was having an issue whereby they would always get
an invalid login message and after investigating I discovered that two
value properties were being passed.  This fix corrected that issue and
allowed  their page to start working once again.  Your problem may be
similar.

loginhtml = loginhtml.replace('type="password"','');

loginhtml = loginhtml.replace('name="txtUsername"', 'name="txtUsername"
type="hidden" value="<enteredUser>"');

loginhtml = loginhtml.replace('Username:','');

loginhtml = loginhtml.replace('Password:','');

loginhtml = loginhtml.replace('value="*','title="*');    <---ADD THIS
NEW LINE

loginhtml = loginhtml.replace('name="txtPassword"', 'name="txtPassword"
type="hidden" value="<enteredPassword>"');

loginhtml = loginhtml.replace('class="submitButton"', '');

        -----Original Message-----
        From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Grant Griffith
        Sent: Wednesday, November 28, 2007 8:21 AM
        To: [email protected]
        Subject: [IMail Forum] Issue with loginsample.aspx after
upgrading to 9.22

        Hey Everyone,

         

        We use a form on our webpage for people to login to there email
and I had used some code someone posted on the site for 9.0 a long time
ago.  Well it seems broke now in 9.22 as all they get is a blank page.
Can anyone tell me what might of changed?

         

        Thanks,

        Grant Griffith

        Web Application Developer

        Enhanced Telecommunications

        http://www.etczone.com

        812-932-1000

         

Reply via email to