Closed sheriffff closed 1 month ago
Hi @sheriffff. I'm not sure if I understood the query correctly, but this behavior is intended, i.e. if the user is already logged in and single_session=True
they should NOT be allowed to log in on another device. However if they log out, the logged_in
field will be set to False
and saved to the config file.
If user
peter
is using the app, and you yaml dump credentials like step 13, you persist the datalogged_in: true
and the user is prevented from entering again the app if single login is activeyou kinda need this