remove girish's email
This commit is contained in:
parent
b0579183a2
commit
e27211b73e
@ -55,15 +55,15 @@ describe('Cloudron user creation testing', function () {
|
||||
});
|
||||
|
||||
it('can create user', function () {
|
||||
newUser = cloudron.addUser('newuser', 'girish@forwardbias.in');
|
||||
newUser = cloudron.addUser('newuser', 'test+foo@cloudron.io');
|
||||
});
|
||||
|
||||
it('can use reset token to reset password', function () {
|
||||
cloudron.resetPassword(newUser.resetToken, 'Strong$%132');
|
||||
cloudron.resetPassword(newUser.resetToken, 'Strong?132');
|
||||
});
|
||||
|
||||
it('can login as new user', function () {
|
||||
cloudron.getOauthToken({ username: 'newuser', email: 'test@cloudron.io', password: 'Strong$%132' });
|
||||
cloudron.getOauthToken({ username: 'newuser', password: 'Strong?132' });
|
||||
});
|
||||
|
||||
it('can delete the cloudron', function () {
|
||||
|
Loading…
Reference in New Issue
Block a user