/var/softaculous/userspice
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
extend.php85010644editdlrm
fileindex.php950644editdlrm
gen_totp_key.php12350644editdlrm
import.php30910644editdlrm
info.xml24530644editdlrm
init.php31870644editdlrm
install.js9210644editdlrm
install.php57580644editdlrm
install.xml20310644editdlrm
md524980644editdlrm
notes.txt11600644editdlrm
totp_key.php15080644editdlrm
totp_requirements.php23860644editdlrm
update_pass.php5170644editdlrm
user_manager_columns.php61400644editdlrm
_clone.php30100644editdlrm
_edit.php35500644editdlrm
_edit.xml4470644editdlrm
Edit: /var/softaculous/userspice/notes.txt (1160B)
1. Use default captcha key.(NA) 2. cookie_name is same for all installation.(NA) 3. enter sitename in "Site Name" Message (NA) 4. Use default private and public key(NA) 5. After manual install change email and password and check diff with previous dump ( Username is not changing so we have provided email for login ). 6. Selct Timezone : America/New_York. 7. PHP REQUIREMENT LINK : install/install/includes/install_settings.php 8. Use default value "vericode" column of "users" table its hardcoded in install\install\includes\sql.sql" 9. We Did not added Cron Job because we need cron ip to allow 10. Keep the value 0 in "force_pr" column of "users" table (do this to skip the reset password after login) 11. MYSQL version in info.xml is kept as 5.7.0 as we faced issue while installation on MYSQL 5.6 i.e Failed to create rate limits table: ERROR #42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON NULL. 12. We have added openssl and sodium requirements in info.xml since, functions/classes from those extensions are needed to create totp key in totp_key.php.