James Moger
2011-04-18 9bc17d16ea48a7978b198126d346828b1d24fe4e
src/com/gitblit/ILoginService.java
@@ -4,7 +4,7 @@
public interface ILoginService {
   User authenticate(String username, char [] password);
   User authenticate(char [] cookie);
   User authenticate(String username, char[] password);
   User authenticate(char[] cookie);
}