James Moger
2012-04-06 6cca8699f98a606ff19e88d40a8a2535fdc340e7
src/com/gitblit/GitBlit.java
@@ -377,6 +377,22 @@
      this.userService = userService;
      this.userService.setup(settings);
   }
   /**
    *
    * @return true if the user service supports credential changes
    */
   public boolean supportsCredentialChanges() {
      return userService.supportsCredentialChanges();
   }
   /**
    *
    * @return true if the user service supports team membership changes
    */
   public boolean supportsTeamMembershipChanges() {
      return userService.supportsTeamMembershipChanges();
   }
   /**
    * Authenticate a user based on a username and password.