summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-09-04 09:19:33 -0600
committerJames Moger <james.moger@gitblit.com>2014-09-04 09:19:33 -0600
commit172f69bcdd28c5fbac94511d777ba1cd9d278feb (patch)
treebb12aa691ed4bf9e1903fd348cb11667a174c650
parentb743e0cd237f63ae2c1ba0b933df3174b250e6a1 (diff)
parentbdcb8d6d8c858e71f21a274654a41d6d5ab799fc (diff)
downloadgitblit-172f69bcdd28c5fbac94511d777ba1cd9d278feb.tar.gz
gitblit-172f69bcdd28c5fbac94511d777ba1cd9d278feb.zip
Merged #142 "Update setup_authentication.mkd"
-rw-r--r--src/site/setup_authentication.mkd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/setup_authentication.mkd b/src/site/setup_authentication.mkd
index 02d1be70..87b67497 100644
--- a/src/site/setup_authentication.mkd
+++ b/src/site/setup_authentication.mkd
@@ -119,7 +119,7 @@ If you are using the WAR variant and deploying into your own servlet container w
This is the simplest choice where you implement custom authentication and delegate all other standard user and team operations to one of Gitblit's user service implementations. This choice insulates your customization from changes in User and Team model classes and additional API that may be added to IUserService.
-Please subclass [com.gitblit.auth.AuthenticationProvider](https://github.com/gitblit/gitblit/blob/master/src/main/java/com/gitblit/auth/AuthenticationProvider.java).
+Please subclass [com.gitblit.auth.AuthenticationProvider.UsernamePasswordAuthenticationProvider](https://github.com/gitblit/gitblit/blob/master/src/main/java/com/gitblit/auth/AuthenticationProvider.java).
You may use your subclass by specifying its fully qualified classname in the *realm.authenticationProviders* setting.