mirror of
https://github.com/discourse/discourse.git
synced 2025-03-15 02:35:29 +08:00
commit
bb30ccb5db
@ -166,7 +166,7 @@ Discourse.User = Discourse.Model.extend({
|
||||
return Discourse.ajax(Discourse.getURL("/session/forgot_password"), {
|
||||
dataType: 'json',
|
||||
data: {
|
||||
username: this.get('username')
|
||||
login: this.get('username')
|
||||
},
|
||||
type: 'POST'
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user