From ef8d0d2875159d156c7632f7d592a0d33fcce811 Mon Sep 17 00:00:00 2001 From: Graham Trott Date: Mon, 15 Jun 2020 18:56:59 +0100 Subject: [PATCH] Bug fix --- iwsy/resources/ecs/iwsy.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iwsy/resources/ecs/iwsy.txt b/iwsy/resources/ecs/iwsy.txt index 4cebd5c..10d1e18 100644 --- a/iwsy/resources/ecs/iwsy.txt +++ b/iwsy/resources/ecs/iwsy.txt @@ -390,8 +390,8 @@ L2: set attribute `title` of User to `Login` gosub to SetStatusRed set the content of Status to `Not logged in` - put empty into storage as `email` - put empty into storage as `password` + put empty into storage as `user.email` + put empty into storage as `user.password` go to ResetStatus end else send `login` to UserModule @@ -445,7 +445,7 @@ L2: put property `home` of UserRecord into UserHome put UserHome cat `/` cat property `id` of UserRecord into UserHome put property `email` of UserRecord into UserEmail - get UserPassword from storage as `password` + get UserPassword from storage as `user.password` set attribute `src` of User to `resources/icon/user-loggedin.png` set attribute `title` of User to `Logged in as ` cat property `name` of UserRecord gosub to SetStatusGreen