Add app passwords feature
This commit is contained in:
@@ -723,7 +723,7 @@ describe('Users API', function () {
|
||||
});
|
||||
|
||||
it('did change the user password', function (done) {
|
||||
users.verify(user_0.id, 'bigenough', function (error) {
|
||||
users.verify(user_0.id, 'bigenough', users.AP_WEBADMIN, function (error) {
|
||||
expect(error).to.be(null);
|
||||
done();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user