mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
Add dash and plus signs to Twitter key allowed chars
This commit is contained in:
parent
56a0a40175
commit
2e62cb7825
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…
Add table
Reference in a new issue