mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
add login by passkey
This commit is contained in:
@@ -699,7 +699,8 @@ $lang_settings = array
|
||||
'text_login_type_warning' => '当游客访问方式不为正常时,必须使用秘密登录才能登录',
|
||||
'row_login_secret' => '登录密钥',
|
||||
'text_login_secret_current' => '当前密钥',
|
||||
'text_login_url_with_secret' => '登录链接',
|
||||
'text_login_url_with_secret' => '秘密登录链接',
|
||||
'text_login_url_with_passkey' => 'passkey 登录链接',
|
||||
'text_login_secret_regenerate_yes' => '重新生成(保存后会更新并延长有效期)',
|
||||
'text_login_secret_regenerate_no' => '保持当前(保存后不变)',
|
||||
'text_login_secret_lifetime' => '有效期',
|
||||
@@ -764,6 +765,7 @@ $lang_settings = array
|
||||
'text_approval_status_none_visible_note' => "默认:'是'。若改为'否',审核不为[通过]状态时强制显示审核状态图标。",
|
||||
'row_imdb_language' => 'IMDB 语言',
|
||||
'text_imdb_language_note' => '抓取 IMDB 数据使用的语言。',
|
||||
'text_login_type_passkey' => 'passkey',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -699,7 +699,8 @@ $lang_settings = array
|
||||
'text_login_type_warning' => '當遊客訪問方式不為正常時,必須使用秘密登錄才能登錄',
|
||||
'row_login_secret' => '登錄密鑰',
|
||||
'text_login_secret_current' => '當前密鑰',
|
||||
'text_login_url_with_secret' => '登錄鏈接',
|
||||
'text_login_url_with_secret' => '秘密登錄鏈接',
|
||||
'text_login_url_with_passkey' => 'passkey 登錄鏈接',
|
||||
'text_login_secret_regenerate_yes' => '重新生成(保存後會更新並延長有效期)',
|
||||
'text_login_secret_regenerate_no' => '保持當前(保存後不變)',
|
||||
'text_login_secret_lifetime' => '有效期',
|
||||
@@ -764,6 +765,7 @@ $lang_settings = array
|
||||
'text_approval_status_none_visible_note' => "默認:'是'。若改為'否',審核不為[通過]狀態時強製顯示審核狀態圖標。",
|
||||
'row_imdb_language' => 'IMDB 語言',
|
||||
'text_imdb_language_note' => '抓取 IMDB 數據使用的語言。',
|
||||
'text_login_type_passkey' => 'passkey',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -699,7 +699,8 @@ $lang_settings = array
|
||||
'text_login_type_warning' => "When 'Guest visit' != Normal, user can only login through the 'Secret' way",
|
||||
'row_login_secret' => 'Login secret',
|
||||
'text_login_secret_current' => 'Current secret',
|
||||
'text_login_url_with_secret' => 'Login URL',
|
||||
'text_login_url_with_secret' => 'Secret login URL',
|
||||
'text_login_url_with_passkey' => 'Passkey login URL',
|
||||
'text_login_secret_regenerate_yes' => "Re-generate(will update secret and extend it's lifetime after save)",
|
||||
'text_login_secret_regenerate_no' => "Remain(won't change secret and it's lifetime after save)",
|
||||
'text_login_secret_lifetime' => 'Deadline',
|
||||
@@ -764,6 +765,7 @@ $lang_settings = array
|
||||
'text_approval_status_none_visible_note' => "Default: 'Yes'. If change to 'No', force to show approval status icon when audit is not [allow] status.",
|
||||
'row_imdb_language' => 'IMDB Language',
|
||||
'text_imdb_language_note' => 'Languages used to crawl IMDB data.',
|
||||
'text_login_type_passkey' => 'passkey',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user