mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-13 14:39:52 +03:00
parent
6fd4e43cc5
commit
1a7a763c9f
@ -84,7 +84,7 @@ export default Controller.extend(ValidationEngine, {
|
||||
let forgottenUrl = this.get('ghostPaths.url').api('authentication', 'passwordreset');
|
||||
this.toggleProperty('submitting');
|
||||
|
||||
this.get('ajax').put(forgottenUrl, {
|
||||
this.get('ajax').post(forgottenUrl, {
|
||||
data: {
|
||||
passwordreset: [{email}]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user