We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a customer of Bangazon
In order to purchase items currently for sale securely
I want to add a password to my account so that other customers cannot access mine
Given that a customer wants to use Bangazon CLI to purchase items
When the initial menu is presented to the customer
Then the Choose Active Customer menu item should be removed
Choose Active Customer
And it should be replaced with a Log in to my account item
Log in to my account
When the customer chooses to create a new account
Then a password must be entered in for their profile, in addition to all current information
Given that a customer has an account
When the customer selects the Log in to my account item
Then the customer should be prompted for their first name, last name, and password
Given that a customer has logged in to the system
When the main menu is displayed
Then there should be a Log out menu item
Log out
And the Log in to my account item should not be visible
ref: hashlib
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Story
As a customer of Bangazon
In order to purchase items currently for sale securely
I want to add a password to my account so that other customers cannot access mine
Scenarios
Given that a customer wants to use Bangazon CLI to purchase items
When the initial menu is presented to the customer
Then the
Choose Active Customer
menu item should be removedAnd it should be replaced with a
Log in to my account
itemGiven that a customer wants to use Bangazon CLI to purchase items
When the customer chooses to create a new account
Then a password must be entered in for their profile, in addition to all current information
Given that a customer has an account
When the customer selects the
Log in to my account
itemThen the customer should be prompted for their first name, last name, and password
Given that a customer has logged in to the system
When the main menu is displayed
Then there should be a
Log out
menu itemAnd the
Log in to my account
item should not be visibleref: hashlib
The text was updated successfully, but these errors were encountered: