Code-Poets / sheetstorm

Web working hours sheet for Code-Poets employees
https://www.sheetstorm.codepoets.it
2 stars 0 forks source link

Bugfix inactive users are displayed in app #553

Closed maciejSamerdak closed 4 years ago

maciejSamerdak commented 4 years ago

Fixes multiple issues regarding deactivating users by marking them as inactive using the _isactive field in CustomUser model.

Now after deactivating a user through the admin panel, the following will happen:

It is also confirmed that deactivation results in disabling notifications regarding the user and an appropriate unit test has been added.