mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
Merge pull request #2685 from riking/lazyyt-fix
Add dash and plus signs to Twitter key allowed chars
This commit is contained in:
commit
ec0480233c
1 changed files with 2 additions and 2 deletions
|
@ -199,10 +199,10 @@ login:
|
|||
default: false
|
||||
twitter_consumer_key:
|
||||
default: ''
|
||||
regex: "^\\w*$"
|
||||
regex: "^[a-zA-Z0-9_+-]*$"
|
||||
twitter_consumer_secret:
|
||||
default: ''
|
||||
regex: "^\\w*$"
|
||||
regex: "^[a-zA-Z0-9_+-]*$"
|
||||
enable_facebook_logins:
|
||||
client: true
|
||||
default: false
|
||||
|
|
Loading…
Reference in a new issue