浏览代码

Fix logout url in doc

The default for logout is to redirect to `/login?logout`

Fixes gh-251
Wim Deblauwe 9 年之前
父节点
当前提交
85786824af
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/manual/src/docs/asciidoc/index.adoc

+ 1 - 1
docs/manual/src/docs/asciidoc/index.adoc

@@ -664,7 +664,7 @@ URL `/logout` will log the user out by:
 - Invalidating the HTTP Session
 - Cleaning up any RememberMe authentication that was configured
 - Clearing the `SecurityContextHolder`
-- Redirect to `/login?success`
+- Redirect to `/login?logout`
 
 Similar to configuring login capabilities, however, you also have various options
 to further customize your logout requirements: