From 39e7204c5e6998b9014301f241c75e3f27077920 Mon Sep 17 00:00:00 2001 From: Michele Sessa Date: Tue, 8 Aug 2023 11:03:51 +0100 Subject: [PATCH] fix(atm-management-system): fix impossible action in audit --- subjects/atm-management-system/audit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/atm-management-system/audit/README.md b/subjects/atm-management-system/audit/README.md index c1290ff2c..49a6fdcc5 100644 --- a/subjects/atm-management-system/audit/README.md +++ b/subjects/atm-management-system/audit/README.md @@ -1,6 +1,6 @@ #### Functional -##### Open the application and register a new user with the name `"Alice"` and the password `"q1w2e3r4t5y6"`. +##### Open the application and register a new user with the name `"Marcus"` and the password `"q1w2e3r4t5y6"`. ###### Is this user saved in the file `"./data/users.txt"`, and if so, are all credentials correct (name and password)?