]> source.dussan.org Git - gitblit.git/commitdiff
Update setup_authentication.mkd 213/head 42/142/1
authorAnthony O. <netangel+github@gmail.com>
Fri, 8 Aug 2014 08:47:05 +0000 (10:47 +0200)
committerAnthony O. <netangel+github@gmail.com>
Fri, 8 Aug 2014 08:47:05 +0000 (10:47 +0200)
In AuthenticationManager:385, only `provider instanceof UsernamePasswordAuthenticationProvider` will be called

src/site/setup_authentication.mkd

index 02d1be70f9374fd8252b6d6a721a286b0c8d19e8..87b67497e8a7a9984ff8f45bfb22b92f082dbf48 100644 (file)
@@ -119,7 +119,7 @@ If you are using the WAR variant and deploying into your own servlet container w
 \r
 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.\r
 \r
-Please subclass [com.gitblit.auth.AuthenticationProvider](https://github.com/gitblit/gitblit/blob/master/src/main/java/com/gitblit/auth/AuthenticationProvider.java).\r
+Please subclass [com.gitblit.auth.AuthenticationProvider.UsernamePasswordAuthenticationProvider](https://github.com/gitblit/gitblit/blob/master/src/main/java/com/gitblit/auth/AuthenticationProvider.java).\r
 \r
 You may use your subclass by specifying its fully qualified classname in the *realm.authenticationProviders* setting.\r
 \r