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
@@ -52,7 +52,7 @@ func main() {
52
52
flagSet.String("client-id", "", "the OAuth Client ID: ie: \"123456.apps.googleusercontent.com\"")
53
53
flagSet.String("client-secret", "", "the OAuth Client Secret")
54
54
flagSet.String("authenticated-emails-file", "", "authenticate against emails via file (one per line)")
55
-
flagSet.String("htpasswd-file", "", "additionally authenticate against a htpasswd file. Entries must be created with \"htpasswd -s\" for SHA encryption")
55
+
flagSet.String("htpasswd-file", "", "additionally authenticate against a htpasswd file. Entries must be created with \"htpasswd -s\" for SHA encryption or \"htpasswd -B\" for bcrypt encryption")
56
56
flagSet.Bool("display-htpasswd-form", true, "display username / password login form if an htpasswd file is provided")
57
57
flagSet.String("custom-templates-dir", "", "path to custom html templates")
58
58
flagSet.String("footer", "", "custom footer string. Use \"-\" to disable default footer.")
0 commit comments