mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 22:36:12 +01:00
Enhance Imunify installation process: Add checks and fixes for PHP-FPM pool configurations and broken package installations before proceeding with Imunify360 and ImunifyAV installations. Implement auto-fix functionality in the firewall manager for PHP-FPM issues. Update the upgrade module to create missing PHP-FPM pool configurations and restart services as needed. Introduce a new API endpoint to disable two-factor authentication for users, ensuring proper handling and logging of actions.
https://github.com/usmannasir/cyberpanel/issues/1114
This commit is contained in:
@@ -38,4 +38,5 @@ urlpatterns = [
|
||||
path('getUserHomeDirectories', homeDirectoryViews.getUserHomeDirectories, name='getUserHomeDirectories'),
|
||||
path('migrateUser', homeDirectoryViews.migrateUser, name='migrateUser'),
|
||||
path('userMigration', views.userMigration, name='userMigration'),
|
||||
path('disable2FA', views.disable2FA, name='disable2FA'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user