Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Jul 30, 2021
1 parent 0b22af0 commit 5400096
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -210,6 +210,10 @@ para.admins = "admin@domain.com"
####### Authentication #######
# enable or disable email and password authentication
para.password_auth_enabled = true
# min. password length
para.min_password_length = 7
# min. password strength (1=Good, 2=Strong, 3=Very Strong)
para.min_password_strength = 1
# Session cookie name
para.auth_cookie = "scoold-auth"
# Facebook - create your own Facebook app first!
Expand Down

0 comments on commit 5400096

Please sign in to comment.