Skip to content

Commit f59a69e

Browse files
committed
[frontend] fixing password reset
1 parent eb29a2b commit f59a69e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

frontend/express/public/javascripts/countly/countly.template.js

+1
Original file line numberDiff line numberDiff line change
@@ -1872,6 +1872,7 @@ var AppRouter = Backbone.Router.extend({
18721872
"username": username,
18731873
"old_pwd": old_pwd,
18741874
"new_pwd": new_pwd,
1875+
"api_key": api_key,
18751876
_csrf: countlyGlobal.csrf_token
18761877
},
18771878
success: function(result) {

plugins/plugins/frontend/public/javascripts/countly.views.js

+1
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,7 @@ window.ConfigurationsView = countlyView.extend({
759759
"username": username,
760760
"old_pwd": old_pwd,
761761
"new_pwd": new_pwd,
762+
api_key: api_key,
762763
_csrf: countlyGlobal.csrf_token
763764
};
764765

0 commit comments

Comments
 (0)