Access denied, please check your password
Posted: Mon Feb 03, 2025 1:26 pm
We are currently evaluating various Learning Management Systems (LMS) and have come across FormaLMS(4.0.11 public stable release). However, during the installation process on our Windows system, we are encountering authentication issues. Despite entering the correct credentials, we receive an error message stating, 'Access denied, please check your password.'
Environment Details:
Development Environment: Laragon
PHP Version: 8.1.10
MySQL Version: 8.0.30
Apache version:2.4.54
Database Configuration:
$cfg['db_type'] = 'mysqli';
$cfg['db_host'] = 'localhost';
$cfg['db_user'] = 'root';
$cfg['db_pass'] = '************';
$cfg['db_name'] = 'formalms';
$cfg['db_charset'] = 'utf8';
If anyone has any insights on resolving this issue with the given configuration, their assistance would be greatly appreciated.
Environment Details:
Development Environment: Laragon
PHP Version: 8.1.10
MySQL Version: 8.0.30
Apache version:2.4.54
Database Configuration:
$cfg['db_type'] = 'mysqli';
$cfg['db_host'] = 'localhost';
$cfg['db_user'] = 'root';
$cfg['db_pass'] = '************';
$cfg['db_name'] = 'formalms';
$cfg['db_charset'] = 'utf8';
If anyone has any insights on resolving this issue with the given configuration, their assistance would be greatly appreciated.