We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd4e43 commit 1a7a763Copy full SHA for 1a7a763
core/client/app/controllers/signin.js
@@ -84,7 +84,7 @@ export default Controller.extend(ValidationEngine, {
84
let forgottenUrl = this.get('ghostPaths.url').api('authentication', 'passwordreset');
85
this.toggleProperty('submitting');
86
87
- this.get('ajax').put(forgottenUrl, {
+ this.get('ajax').post(forgottenUrl, {
88
data: {
89
passwordreset: [{email}]
90
}
0 commit comments