llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
197 stars 411 forks source link

User still logged in. #299

Closed NightKing-iitr closed 5 years ago

NightKing-iitr commented 5 years ago

If a currently logged in user has been deleted by admin from server dashboard, the user is still in logged in state and can use other activities.

llaske commented 5 years ago

Sugarizer App could work with or without connection to a server. When the connection is broken - for any reason: network is done, connection expired, ... - it's still work locally. The idea is to avoid loosing work stored in the localStorage. So it's not a bug in my opinion.