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.