These scipts are used in these helm cahrts:
- https://github.com/arvatoaws-labs/wordpress-bedrock-helm-chart
- https://github.com/arvatoaws-labs/wordpress-helm-chart
❯ export WORDPRESS_USERNAME=admin
❯ export WORDPRESS_PASSWORD=pw
❯ export [email protected]
❯ export WORDPRESS_USERNAME_2=admin2
❯ export WORDPRESS_PASSWORD_2=pw2
❯ export [email protected]
❯ export WORDPRESS_USERNAME_4=admin4
❯ export WORDPRESS_PASSWORD_4=pw4
❯ export [email protected]
❯ ./update-wp-admin-user.sh
using wordpress-username admin
using wordpress-email [email protected]
create admin user if not exists otherwise update admin user...
using wordpress-username admin2
using wordpress-email [email protected]
create admin user if not exists otherwise update admin user...
using wordpress-username admin4
using wordpress-email [email protected]
create admin user if not exists otherwise update admin user..