Change user account password function
This commit is contained in:
@@ -661,8 +661,8 @@ define([
|
||||
Cryptpad.changePadPassword(Cryptget, href, data.password, edPublic, cb);
|
||||
});
|
||||
|
||||
sframeChan.on('Q_OWN_USER_DRIVE', function (data, cb) {
|
||||
Cryptpad.ownUserDrive(Cryptget, edPublic, cb);
|
||||
sframeChan.on('Q_CHANGE_USER_PASSWORD', function (data, cb) {
|
||||
Cryptpad.changeUserPassword(Cryptget, edPublic, data, cb);
|
||||
});
|
||||
|
||||
sframeChan.on('Q_WRITE_LOGIN_BLOCK', function (data, cb) {
|
||||
|
||||
Reference in New Issue
Block a user