Mrbytes
2012-10-04 02c1e298dc86f69b3e2a7b37048152ea55b3fa8c
src/com/gitblit/models/UserModel.java
@@ -59,7 +59,7 @@
   }
   private UserModel() {
      this.username = "anonymous";
      this.username = "$anonymous";
      this.isAuthenticated = false;
   }