[x]):There is a bug when I deactivate account emails with all work progress are sending still to email from deactivated account. When account is deactivated it must be deactivated totally, all functions of account should be deactivated when account will be deactivated.
...

If this issue involves the Web Interface, please include a screenshot
@lunny You can assign me to this issue
@daviian only members can be assigned to issue but work freely on it
Currently there are two flags describing the active state of a user.
The is_active and prohibited_login flags. Imo a user is inactive if one of both is set.
Please correct me if I am wrong.
Just found some different between the two flags.
is_active is false, you and your public repos will not be visited by others.
prohibited_login is false, you and your public repos will still be visited by others
But user should not get notifications in both cases I think
@lafriks I agree with that.
resolved by #2384