Skip to content

Bug fix #127

New issue

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

Merged
merged 1 commit into from
Jun 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions iwsy/resources/ecs/iwsy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down