Add a comment

This commit is contained in:
Emily Stark
2014-06-19 14:47:49 -07:00
parent 2073a259b1
commit b51ce13860

View File

@@ -147,6 +147,8 @@ Accounts.changePassword = function (oldPassword, newPassword, callback) {
if (err) {
callback(err);
} else {
// Now that we've successfully migrated from srp to
// bcrypt, try changing the password again.
Accounts.changePassword(oldPassword, newPassword, callback);
}
});