Skip to content

Commit a7d4c58

Browse files
authored
Merge pull request #127 from easycoder/dev
Bug fix
2 parents 713d1cf + ef8d0d2 commit a7d4c58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

iwsy/resources/ecs/iwsy.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ L2:
390390
set attribute `title` of User to `Login`
391391
gosub to SetStatusRed
392392
set the content of Status to `Not logged in`
393-
put empty into storage as `email`
394-
put empty into storage as `password`
393+
put empty into storage as `user.email`
394+
put empty into storage as `user.password`
395395
go to ResetStatus
396396
end
397397
else send `login` to UserModule
@@ -445,7 +445,7 @@ L2:
445445
put property `home` of UserRecord into UserHome
446446
put UserHome cat `/` cat property `id` of UserRecord into UserHome
447447
put property `email` of UserRecord into UserEmail
448-
get UserPassword from storage as `password`
448+
get UserPassword from storage as `user.password`
449449
set attribute `src` of User to `resources/icon/user-loggedin.png`
450450
set attribute `title` of User to `Logged in as ` cat property `name` of UserRecord
451451
gosub to SetStatusGreen

0 commit comments

Comments
 (0)