Commit 60981b6d authored by Administrator's avatar Administrator 💬

Idle update of password requirements.

parent 9a8ebff2
......@@ -8,7 +8,7 @@ force_ssl: false
force_lowercase_urls: true
custom_base_url: ''
username_regex: '^[a-z0-9_-]{3,16}$'
pwd_regex: '.{3,}'
pwd_regex: '.{8,}'
intl_enabled: true
languages:
supported:
......@@ -74,6 +74,7 @@ pages:
redirect_trailing_slash: true
ignore_files:
- .DS_Store
- .directory
ignore_folders:
- .git
- .idea
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment