summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-09-04 11:11:20 -0400
committerJames Moger <james.moger@gitblit.com>2014-09-04 11:11:20 -0400
commit8b1d0aed40b4fc3ed5b30aa824a4c2924b788454 (patch)
tree4a993223b7d66df62dcd8ee6256b43f5cbe80fdb /src
parent969656cd8f417378d9840a246dca698ff8d16551 (diff)
parentbdcb8d6d8c858e71f21a274654a41d6d5ab799fc (diff)
downloadgitblit-8b1d0aed40b4fc3ed5b30aa824a4c2924b788454.tar.gz
gitblit-8b1d0aed40b4fc3ed5b30aa824a4c2924b788454.zip
Merge branch 'ticket/142' into develop
Diffstat (limited to 'src')
-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.