mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 06:15:28 +08:00
avoid html tags in setting descriptions
This commit is contained in:
parent
c853342aeb
commit
644c9b437c
|
@ -879,6 +879,7 @@ en:
|
|||
min_password_length: "Minimum password length."
|
||||
block_common_passwords: "Don't allow passwords that are in the 10,000 most common passwords."
|
||||
|
||||
enable_sso: "Enable single sign on via an external site (WARNING: USERS' EMAIL ADDRESSES *MUST* BE VALIDATED BY THE EXTERNAL SITE!)"
|
||||
enable_sso_provider: "Implement Discourse SSO provider protocol at the /session/sso_provider endpoint, requires sso_secret to be set"
|
||||
sso_url: "URL of single sign on endpoint"
|
||||
sso_secret: "Secret string used to cryptographically authenticate SSO information, be sure it is 10 characters or longer"
|
||||
|
|
Loading…
Reference in New Issue
Block a user