Skip to content
Snippets Groups Projects
Commit 01112baa authored by pabois's avatar pabois
Browse files

add _ to password regex

parent 934d66e8
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ module Osuny
"sgid", "content-type", "url", "filename", "filesize", "previewable"
]
config.allowed_special_chars = '#?!,@$%^&*+:;£µ-'
config.allowed_special_chars = '#?!,_@$%^&*+:;£µ-'
config.generators do |g|
g.orm :active_record, primary_key_type: :uuid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment