Skip to content

Commit

Permalink
Merge pull request #15 from LaveIT/laveit
Browse files Browse the repository at this point in the history
added parameter 'session_2fa'
  • Loading branch information
waza-ari authored May 7, 2024
2 parents fe983f9 + cf31b6a commit fb1ed6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KasApi/KasApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public function getKasFloodDelay() {
'add_sambauser' => 'samba_path!, samba_new_password!, samba_comment',
'delete_sambauser' => 'samba_login!',
'update_sambauser' => 'samba_login!, samba_path, samba_new_password, samba_comment',
'add_session' => 'session_lifetime!, session_update_lifetime!',
'add_session' => 'session_lifetime!, session_update_lifetime!, session_2fa',
'add_softwareinstall' => 'software_id!, software_database!, software_hostname!, software_path!, software_admin_mail!, software_admin_user, software_admin_pass, language, software_team',
'add_subdomain' => 'subdomain_name!, domain_name!, subdomain_path, redirect_status, ssl_proxy, statistic_version, statistic_language, php_version',
'delete_subdomain' => 'subdomain_name!',
Expand Down

0 comments on commit fb1ed6e

Please sign in to comment.