瀏覽代碼

Merge branch 'ticket/142' into develop

tags/v1.7.0
James Moger 9 年之前
父節點
當前提交
8b1d0aed40
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/site/setup_authentication.mkd

+ 1
- 1
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.

Loading…
取消
儲存