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 backend login credentials and 2FA setup instructions to README #1205

Merged

Conversation

YevhenZvieriev
Copy link
Contributor

This PR fixed #1204 and includes updates to both the README file and the setup script:

  • README:

    • Added default login credentials: username john.smith and password password123.
    • Included instructions on how to configure or disable Two-Factor Authentication (2FA).
    • Added troubleshooting steps for common login issues.
  • Setup Script:

    • Added an echo statement to display the URL and default credentials for accessing the Magento backend after installation.

These changes provide clear guidance for users to access the backend easily and configure their Magento instance effectively.

markshust and others added 7 commits April 25, 2024 12:18
Co-authored-by: Michael Lehmkuhl <michael@electricpulp.com>
Co-authored-by: Jenyamba <is3kv3@ukr.net>
Co-authored-by: Tu Van <vandinhtuit@gmail.com>
Co-authored-by: Cid Lopes <alannettto@gmail.com>
Copy link

what-the-diff bot commented Aug 10, 2024

PR Summary

  • Improved README.md Documentation

    • Added instructions for accessing the Magento Backend, along with the necessary credentials for login.
    • Included detailed steps for setting up and disabling Two-Factor Authentication (2FA).
    • Updated the email info related to Mailcatcher for better clarity on port usage.
  • Enhancements to the setup Script

    • The script now checks for the existence of the magento.env file and sources it, issuing a warning if it's not found.
    • The script will now also display the Magento backend URL and the default login credentials. This should make the process easier for new users.

@markshust
Copy link
Owner

@YevhenZvieriev so great! This will definitely help eliminate many headaches. I made a minor change with the verbiages around checking emails with 2FA, but all looks good and merged in 👍

@markshust markshust changed the title Updated README and script: Added backend login credentials and 2FA setup instructions Added backend login credentials and 2FA setup instructions to README Nov 13, 2024
@markshust markshust changed the title Added backend login credentials and 2FA setup instructions to README Add backend login credentials and 2FA setup instructions to README Nov 13, 2024
@markshust markshust merged commit 6e562ec into markshust:release/next Nov 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automated Setup improvement - Backend Login issue
3 participants