Skip to content

Fix bug in user provision

Andreas Ellewsen requested to merge fix-users-active-bug into master

Commit 5ac1592c introduced a bug in how we decide if a user is active or not. Instead of checking each user, only the first user was checked, and that person's state was assumed for everyone. This is no longer the case, and each users state should be checked again.

Merge request reports