diff --git a/module/admin/view/sso.html.php b/module/admin/view/sso.html.php index ca5adf0feb..d2b7690e02 100644 --- a/module/admin/view/sso.html.php +++ b/module/admin/view/sso.html.php @@ -43,5 +43,6 @@ +
accessKey and secretKey can go to the "Settings" page view after login. The sender name and address is also provided in the "Settings" page.
+Letter, ZenTao account must be SendCloud contacts inside the same nickname. You may not succeed in sending.
EOD; diff --git a/module/mail/lang/zh-cn.php b/module/mail/lang/zh-cn.php index c84445a26e..44ee6c29ec 100755 --- a/module/mail/lang/zh-cn.php +++ b/module/mail/lang/zh-cn.php @@ -70,4 +70,5 @@ $lang->mail->noOpenssl = 'ssl和tls加密,请打开openssl扩展。 保 $lang->mail->sendCloudHelp = <<accessKey和secretKey可以到登陆后的"设置"页面查看。发信人地址和名称也在"设置"页面设置。
+发信时,禅道的用户名必须与Notice SendCloud联系人里面的昵称一致。否则可能无法成功发信。
EOD; diff --git a/module/sso/lang/en.php b/module/sso/lang/en.php index 17e8475eb5..a5ba336c14 100644 --- a/module/sso/lang/en.php +++ b/module/sso/lang/en.php @@ -20,3 +20,9 @@ $lang->sso->addrNotice = 'Example: http://www.ranzhi.com/sys/sso-check.html'; $lang->sso->turnonList = array(); $lang->sso->turnonList[1] = 'on'; $lang->sso->turnonList[0] = 'off'; + +$lang->sso->help = <<2. Code and Key must be the same of setting of RanZhi.
+3. The account of RanZhi must be consistent with the ZenTao, otherwise you can not correlation log in ZenTao from RanZhi
+EOD; diff --git a/module/sso/lang/zh-cn.php b/module/sso/lang/zh-cn.php index a5d4d15c6d..8338991959 100644 --- a/module/sso/lang/zh-cn.php +++ b/module/sso/lang/zh-cn.php @@ -20,3 +20,9 @@ $lang->sso->addrNotice = '比如:http://www.ranzhi.com/sys/sso-check.html'; $lang->sso->turnonList = array(); $lang->sso->turnonList[1] = '打开'; $lang->sso->turnonList[0] = '关闭'; + +$lang->sso->help = <<2、代号和密钥必须与然之后台设置的一致。
+3、然之的用户名必须和禅道里面的一致,否则无法从然之关联登录禅道
+EOD;