From 5390a93f4b7b2bf9a8209a48ae7ee9c9e74d4da9 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Fri, 23 Oct 2015 12:37:56 -0700 Subject: [PATCH] csv is not a know syntax, messes up gh-pages --- docs/admin/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/authentication.md b/docs/admin/authentication.md index cc98114dc5c..2901e24b75e 100644 --- a/docs/admin/authentication.md +++ b/docs/admin/authentication.md @@ -49,7 +49,7 @@ The token file format is implemented in `plugin/pkg/auth/authenticator/token/tok and is a csv file with a minimum of 3 columns: token, user name, user uid, followed by optional group names. Note, if you have more than one group the column must be double quoted e.g. -```csv +``` token,user,uid,"group1,group2,group3" ```