mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:49:14 +08:00
Add dash and plus signs to Twitter key allowed chars
This commit is contained in:
parent
56a0a40175
commit
2e62cb7825
|
@ -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 New Issue
Block a user