mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
Challenge-Response Authentication
This commit is contained in:
@@ -813,6 +813,8 @@ $lang_settings = array
|
||||
'text_max_price_note' => 'default: 1,000,000, set to 0 no limit',
|
||||
'row_paid_torrent_enabled' => 'Whether to enable paid torrents',
|
||||
'text_paid_torrent_enabled_note' => 'When enabled, users with permission can set a certain amount of bonus to be charged to users who download the torrents when they are sent, default: no',
|
||||
'row_use_challenge_response_authentication' => 'Challenge-Response Authentication',
|
||||
'text_use_challenge_response_authentication_note' => 'If enabled, no plaintext passwords will be transmitted at login, recommended. Future releases will remove this configuration and enable this feature.' ,
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user