Small plugin to create WordPress admin users
Usage:
- Create a directory named /mu-plugins/ inside the /wp-content directory of your WP website.
- Update the create-wpadmin.php file with username and e-mailadress you want to use.
- Upload the create-wpadmin.php file to this directory.
- Refresh any page on the site.
- You´ve received an e-mail with a password reset for your new account.
Release: 21-07-2020
Fix: Issue 1. The file will be deleted after being called.
Release: 08-07-2020
Changes: Instead of using a predefined password a random password will be generated by WP upon creating the account. In addition a password reset mail will be sent to the e-mailaddress associated with the created account.
Initial release