Skip to content

Commit 574d30e

Browse files
committed
Remove salt as default
1 parent fe3c1a4 commit 574d30e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

defaults.yml

-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,5 @@ auth:
5656
local:
5757
enableRegistration: true
5858
passwordRegex: ^.{8,64}$
59-
salt: secretsauce # Required when upgrading from version < 0.3
6059

6160
noRobots: true # Serve robots.txt with disallow

settings.yml.sample

-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ auth:
3838
providers: [local]
3939
local:
4040
enableRegistration: true
41-
salt: secretsauce # Required when upgrading from version < 0.3

0 commit comments

Comments
 (0)