mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add a comment
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user