You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ func main() {
61
61
flagSet.String("client-secret", "", "the OAuth Client Secret")
62
62
flagSet.String("client-secret-file", "", "a file containing the client-secret")
63
63
flagSet.String("authenticated-emails-file", "", "authenticate against emails via file (one per line)")
64
-
flagSet.String("htpasswd-file", "", "additionally authenticate against a htpasswd file. Entries must be created with \"htpasswd -s\" for SHA encryption")
64
+
flagSet.String("htpasswd-file", "", "additionally authenticate against a htpasswd file. Entries must be created with \"htpasswd -s\" for SHA password hashes or \"htpasswd -B\" for bcrypt hashes")
65
65
flagSet.Bool("display-htpasswd-form", true, "display username / password login form if an htpasswd file is provided")
66
66
flagSet.String("custom-templates-dir", "", "path to custom html templates")
67
67
flagSet.String("footer", "", "custom footer string. Use \"-\" to disable default footer.")
0 commit comments