diff --git a/README.md b/README.md index e1dc693..1fbbf7c 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,9 @@ email:admin@example.com password:AdminPass1 The user dashboard/account can be switched to using the login feature - once logged out, when you try to process an add to cart or add to feature process, you will be prompted to login. Example User login credentials: -email:user@gmail.com -password:User@123.com +email:testing@ubc.ca +password:testingtesting1 +Please note you can also register a new account at any time and log in with this registered user account in the future. Database management procedures: In our systems configuration, all read and writes from or two any of our JSON files includle checks for duplicates and safety checks for removals. We recommend using the built in functions to create or remove any data entries from the database. However, if you wish to add entries manually, please follow the HashMap/Dict structure of the files. We have a key (either the product or user code depending) which relates to data entries 'under' the umbrella of what the key represents. This changed depending on case but is evident when reading the file with this given background knowledge.