Skip to content

Commit 050ef07

Browse files
Merge pull request #160 from rune-js/hashed-passwords
Adding password hashing, saving, and validation upon login.
2 parents af3d7b7 + 453220e commit 050ef07

File tree

7 files changed

+414
-41
lines changed

7 files changed

+414
-41
lines changed

data/config/server-config-default.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ port: 43594
55
showWelcome: true
66
expRate: 1
77
giveAchievements: true
8+
checkCredentials: true

0 commit comments

Comments
 (0)