Click here to Skip to main content
15,920,836 members

Comments by Gopherdude (Top 2 by date)

Gopherdude 13-Mar-14 14:45pm View    
Also note, that since repository.full() returns a boolean, your "if(user == null)..." block will never execute.
Gopherdude 13-Mar-14 14:40pm View    
You can use credentials[0] since that is what you are passing to the repository.full() method as the username.