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

Commit

Permalink
Revert Previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed May 7, 2015
1 parent cde905d commit 354798e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/plugins/core.auth/standard_auth_actions.xml
Expand Up @@ -80,6 +80,7 @@
}
};
var conn = new Connexion();
conn.setMethod('POST');
conn.addParameter("get_action", "pass_change");
conn.addParameter("old_pass", userOldPass);
conn.addParameter("new_pass", userPass);
Expand Down

0 comments on commit 354798e

Please sign in to comment.