Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fast command to create the "argento" backend user with userdefined password #1

Open
rommmka opened this issue Sep 5, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rommmka
Copy link
Collaborator

rommmka commented Sep 5, 2024

Command: bin/magento swissup:info:createadmin -p "randompassword -u "argentouser"
Inputs: php bin/magento admin:user:create --admin-user='argentouser' --admin-password='randompassword' --admin-email='[email protected]' --admin-firstname='Argento' --admin-lastname='Support'

and default value if parameters not set:

php bin/magento admin:user:create --admin-user='argento' --admin-password='argento123654' --admin-email='[email protected]' --admin-firstname='Argento' --admin-lastname='Support'

@rommmka rommmka added the enhancement New feature or request label Sep 5, 2024
@rommmka rommmka self-assigned this Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant