The PDM password management system is a PDM built based on PHP+MySQL.
PDM password management system installation Installation environment: PHP5.3+ (requires mcrypt component support) MySQL5.0+SSL (optional)
1. Please create a database named pdm (you can modify it yourself) in mysql, and then import the pdm.sql file into the pdm database to complete the database import.
2. Find the wp-config.php file in the root directory and modify the database configuration file parameters inside to your actual database connection information.
3. Modify the "PDM_URL" in the index.php file to your actual PDM access address, such as http://127.0.0.1/http://127.0.0.1/pdm/https://www.getmonero.us/ pdm/
It depends on the deployment situation of your project.
4. User registration requires email sending support, otherwise you cannot log in to your account after registering. For details, please modify the "Email Settings" item in the "wp-include/load.php" file and fill it in. For details, please refer to the configuration of each email service provider. information.
OK, then try to open the browser to access PDM2.0.