mirror of https://github.com/vtrois/kratos
feat: optimized smtp config instructions
parent
ed3812ca03
commit
0762170219
|
@ -399,7 +399,7 @@ function kratos_options()
|
||||||
|
|
||||||
$options[] = array(
|
$options[] = array(
|
||||||
'name' => __('授权方式', 'kratos'),
|
'name' => __('授权方式', 'kratos'),
|
||||||
'desc' => __('填写登录鉴权的方式', 'kratos'),
|
'desc' => __('填写登录鉴权的方式,ssl 或 tls', 'kratos'),
|
||||||
'id' => 'm_sec',
|
'id' => 'm_sec',
|
||||||
'class' => 'hidden',
|
'class' => 'hidden',
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
|
|
Loading…
Reference in New Issue