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

Commit 354798e

Browse files
committed
Revert Previous commit
1 parent cde905d commit 354798e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/plugins/core.auth/standard_auth_actions.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
}
8181
};
8282
var conn = new Connexion();
83+
conn.setMethod('POST');
8384
conn.addParameter("get_action", "pass_change");
8485
conn.addParameter("old_pass", userOldPass);
8586
conn.addParameter("new_pass", userPass);

0 commit comments

Comments
 (0)