Skip to content

Commit ee9b78d

Browse files
authored
Merge pull request #2554 from TechnologyEnhancedLearning/Develop/Fixes/TD-3652-FixedInactiveAccountShowingAsNotRegistered
TD-3652 fixed inactive account showing as not registered
2 parents f850ae1 + f2c9a42 commit ee9b78d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DigitalLearningSolutions.Data/DataServices/SupervisorService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ LEFT JOIN UserCentreDetails ucd
233233
ON ucd.UserID = u.ID
234234
AND ucd.CentreID = da.CentreID
235235
WHERE (ucd.Email = @delegateEmail OR u.PrimaryEmail = @delegateEmail)
236-
AND u.Active = 1
237236
AND da.CentreID = @centreId", new { delegateEmail, centreId });
238237
}
239238

0 commit comments

Comments
 (0)