Guest User

Untitled

a guest
Sep 26th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. var user = new StackMob.User({ username: 'Chuck Norris', password: 'myfists' });
  2. user.login();
  3.  
  4. ...
  5.  
  6. user.resetPassword('myfists', 'mynewandimprovedfists'); //changes password from 'myfists' to 'mynewandimprovedfists'
Add Comment
Please, Sign In to add comment