RamonLustrati

Commander
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-07-03
11:35
506 views
How to rewrite OWA 2013 Logout button
Hello NG
I want to rewrite the OWA Logout button. Unfortunatelly when I cklick on
Logout, the FormFill does automatically relogin into the webpage.
Now i tried to create a character html rewriter but it doesn't work.
the original line is.
<span aria-label="Abmelden" autoid="_o365c_4">Abmelden</span>
the modified line should be
<span
aria-label="Abmelden"><a>href="https://webmail.mydomain.ch/AGLogout">Abmelden</a></span>
So I created a charachter rewriter to search the string
<span aria-label="Abmelden" autoid="_o365c_4">Abmelden</span>
it should be replaced with
><a>href="https://webmail.mydomain.ch/AGLogout">
This rewriter was placed on top of the rewriter list and was enabled.
Because the Logout wasn't written to go to the logout page, when I
logout from OWA the FF will recognize the webmail url and relogin again
What could be the problem here?
--
RamonLustrati
------------------------------------------------------------------------
RamonLustrati's Profile: https://forums.netiq.com/member.php?userid=798
View this thread: https://forums.netiq.com/showthread.php?t=53826
1 Reply


Knowledge Partner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-07-03
11:58
RamonLustrati <RamonLustrati@no-mx.forums.microfocus.com> wrote:
> Hello NG
>
> I want to rewrite the OWA Logout button. Unfortunatelly when I cklick on
> Logout, the FormFill does automatically relogin into the webpage.
>
> Now i tried to create a character html rewriter but it doesn't work.
>
> the original line is.
> <span aria-label="Abmelden" autoid="_o365c_4">Abmelden</span>
>
> the modified line should be
> <span
> aria-label="Abmelden"><a>href="https://webmail.mydomain.ch/AGLogout">Abmelden</a></span>
>
>
> So I created a charachter rewriter to search the string
> <span aria-label="Abmelden" autoid="_o365c_4">Abmelden</span>
>
> it should be replaced with
> This rewriter was placed on top of the rewriter list and was enabled.
>
> Because the Logout wasn't written to go to the logout page, when I
> logout from OWA the FF will recognize the webmail url and relogin again
>
> What could be the problem here?
>
Need more info.
1. When the old logout button is triggered, does the Page URL change (even
maybe query string)??
2. That old logout button must use some sort of JavaScript event to
trigger/detect logout, can you replace the logout URL in the JavaScript
instead?
--
If you find this post helpful and are logged into the web interface, show
your appreciation and click on the star below...
> Hello NG
>
> I want to rewrite the OWA Logout button. Unfortunatelly when I cklick on
> Logout, the FormFill does automatically relogin into the webpage.
>
> Now i tried to create a character html rewriter but it doesn't work.
>
> the original line is.
> <span aria-label="Abmelden" autoid="_o365c_4">Abmelden</span>
>
> the modified line should be
> <span
> aria-label="Abmelden"><a>href="https://webmail.mydomain.ch/AGLogout">Abmelden</a></span>
>
>
> So I created a charachter rewriter to search the string
> <span aria-label="Abmelden" autoid="_o365c_4">Abmelden</span>
>
> it should be replaced with
> This rewriter was placed on top of the rewriter list and was enabled.
>
> Because the Logout wasn't written to go to the logout page, when I
> logout from OWA the FF will recognize the webmail url and relogin again
>
> What could be the problem here?
>
Need more info.
1. When the old logout button is triggered, does the Page URL change (even
maybe query string)??
2. That old logout button must use some sort of JavaScript event to
trigger/detect logout, can you replace the logout URL in the JavaScript
instead?
--
If you find this post helpful and are logged into the web interface, show
your appreciation and click on the star below...
Alex McHugh - Knowledge Partner - Stavanger, Norway
Who are the Knowledge Partners
If you appreciate my comments, please click the Like button.
If I have resolved your issue, please click the Accept as Solution button.
Who are the Knowledge Partners
If you appreciate my comments, please click the Like button.
If I have resolved your issue, please click the Accept as Solution button.