Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix logout button
Browse files Browse the repository at this point in the history
  • Loading branch information
c12simple committed Oct 15, 2014
1 parent d4a5116 commit 4fe79b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/plugins/authfront.cas/manifest.xml
Expand Up @@ -55,7 +55,7 @@
<registry_contributions>
<external_file filename="plugins/core.auth/standard_auth_actions.xml" include="actions/*" exclude="actions/action[@name='logoutCAS']"/>
<actions>
<action name="logoutCAS" expireDefault="true">
<action name="logout" expireDefault="true">
<gui text="164" title="169" src="decrypted.png" accessKey="" iconClass="icon-signout" hasAccessKey="false">
<context selection="false" dir="" recycle="false" contextMenu="false" infoPanel="false" actionBarGroup="user" ajxpWidgets="UserWidget::logging_string"></context>
</gui>
Expand All @@ -64,7 +64,7 @@
<clientCallback prepareModal="false"><![CDATA[
clearRememberData();
var connexion = new Connexion();
connexion.addParameter('get_action', 'logoutCAS');
connexion.addParameter('get_action', 'logout');
connexion.onComplete = function(transport)
{
var child = transport.responseXML.documentElement.childNodes;
Expand Down

0 comments on commit 4fe79b2

Please sign in to comment.