Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. {{#if showSignIn}}
  2. {{> atForm state="signIn"}}
  3. {{/if}}
  4.  
  5. if (!Acounts.findUserByEmail('aidan@gmail.com')) {
  6. Accounts.createUser({
  7. username: 'Aidan',
  8. email: 'aidan@gmail.com',
  9. password: 'securePassword'
  10. });
  11. }
  12.  
  13. accountsServer.validateLoginAttempt(()=>{return true;});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement