Skip to content

Commit

Permalink
fixed module_index
Browse files Browse the repository at this point in the history
  • Loading branch information
KiLLuuuhh committed Apr 16, 2024
1 parent e34a89f commit f909828
Showing 1 changed file with 0 additions and 76 deletions.
76 changes: 0 additions & 76 deletions plugins/module_utils/module_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,25 +115,6 @@
},
},
},
"system_access_users": {
"users": "system/user",
"uid": "system/nextuid",
"gid": "system/nextgid",
"system": "system",
"php_requirements": [
"/usr/local/etc/inc/system.inc",
],
"configure_functions": {},
},
"password": {
"php_requirements": [
"/usr/local/etc/inc/auth.inc",
],
"configure_functions": {
"name": "echo password_hash",
"configure_params": ["'password'", "PASSWORD_BCRYPT", "[ 'cost' => 11 ]"],
},
},
},
"23.1": {
"system_settings_general": {
Expand Down Expand Up @@ -221,25 +202,6 @@
},
},
},
"system_access_users": {
"users": "system/user",
"uid": "system/nextuid",
"gid": "system/nextgid",
"system": "system",
"php_requirements": [
"/usr/local/etc/inc/system.inc",
],
"configure_functions": {},
},
"password": {
"php_requirements": [
"/usr/local/etc/inc/auth.inc",
],
"configure_functions": {
"name": "echo password_hash",
"configure_params": ["'password'", "PASSWORD_BCRYPT", "[ 'cost' => 11 ]"],
},
},
},
"23.7": {
"system_settings_general": {
Expand Down Expand Up @@ -327,25 +289,6 @@
},
},
},
"system_access_users": {
"users": "system/user",
"uid": "system/nextuid",
"gid": "system/nextgid",
"system": "system",
"php_requirements": [
"/usr/local/etc/inc/system.inc",
],
"configure_functions": {},
},
"password": {
"php_requirements": [
"/usr/local/etc/inc/auth.inc",
],
"configure_functions": {
"name": "echo password_hash",
"configure_params": ["'password'", "PASSWORD_BCRYPT", "[ 'cost' => 11 ]"],
},
},
},
"24.1": {
"system_settings_general": {
Expand Down Expand Up @@ -434,24 +377,5 @@
},
},
},
"system_access_users": {
"users": "system/user",
"uid": "system/nextuid",
"gid": "system/nextgid",
"system": "system",
"php_requirements": [
"/usr/local/etc/inc/system.inc",
],
"configure_functions": {},
},
"password": {
"php_requirements": [
"/usr/local/etc/inc/auth.inc",
],
"configure_functions": {
"name": "echo password_hash",
"configure_params": ["'password'", "PASSWORD_BCRYPT", "[ 'cost' => 11 ]"],
},
},
},
}

0 comments on commit f909828

Please sign in to comment.