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

start-project command : Allow user to re-input platform user details incase of user creation failure #173

Open
shahharsh176 opened this issue Mar 29, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@shahharsh176
Copy link
Contributor

Zelthy Version: 0.1.2

Bug Description

During the execution of the start-project command, users are prompted to input the platform user and password, which are used for logging into the app panel. If the creation of the platform user fails due to any reason, the command exits, displaying an error message. Consequently, while the project setup is completed, the platform user is not created. This leads to login issues in the App Panel.

To fix this issue, users should be prompted to re-enter the correct platform user details again if the user creation fails. Upon successful creation of the platform user, the command should exit gracefully.

Steps to Reproduce

  1. Execute the zelthy3 start-project command.
  2. Provide the database details, Redis, etc.
  3. While entering the platform user details, provide the password in the wrong format (for example, provide only a numeric password).
  4. An error will be displayed, indicating that user creation failed, and the command will exit.
@shahharsh176 shahharsh176 added bug Something isn't working good first issue Good for newcomers labels Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant