Joel Johnson
2015-07-01 d3e20b1e4c76b5407fe5d72fa343da1c2a065e90
src/main/java/com/gitblit/manager/GitblitManager.java
@@ -662,6 +662,11 @@
   }
   @Override
   public UserModel authenticate(String username) {
      return authenticationManager.authenticate(username);
   }
   @Override
   public UserModel authenticate(HttpServletRequest httpRequest, boolean requiresCertificate) {
      UserModel user = authenticationManager.authenticate(httpRequest, requiresCertificate);
      if (user == null) {