Commit 60981b6d authored by Administrator's avatar Administrator 💬

Idle update of password requirements.

parent 9a8ebff2
...@@ -8,7 +8,7 @@ force_ssl: false ...@@ -8,7 +8,7 @@ force_ssl: false
force_lowercase_urls: true force_lowercase_urls: true
custom_base_url: '' custom_base_url: ''
username_regex: '^[a-z0-9_-]{3,16}$' username_regex: '^[a-z0-9_-]{3,16}$'
pwd_regex: '.{3,}' pwd_regex: '.{8,}'
intl_enabled: true intl_enabled: true
languages: languages:
supported: supported:
...@@ -74,6 +74,7 @@ pages: ...@@ -74,6 +74,7 @@ pages:
redirect_trailing_slash: true redirect_trailing_slash: true
ignore_files: ignore_files:
- .DS_Store - .DS_Store
- .directory
ignore_folders: ignore_folders:
- .git - .git
- .idea - .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