Skip to content

Commit 4cf1217

Browse files
authored
feat: adjust default file permissions (#82)
1 parent 35afad6 commit 4cf1217

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

settings/settings.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import (
1212

1313
const DefaultUsersHomeBasePath = "/users"
1414
const DefaultMinimumPasswordLength = 6
15-
const DefaultFileMode = 0640
16-
const DefaultDirMode = 0750
15+
const DefaultFileMode = 0644
16+
const DefaultDirMode = 0755
1717

1818
// AuthMethod describes an authentication method.
1919
type AuthMethod string

0 commit comments

Comments
 (0)