Description
Description
Event Timeline
Comment Actions
@TThoabala Looking at the code in UserGroupManager::addUserToGroup (GitHub link), I see that the code already throws an InvalidArgumentException if it's called with a temporary user.
Either way, the code here is called on users that have registered with an username and email so I don't think these can be temporary users.
Comment Actions
Similar to what's mentioned in T337779, and mentioned in the previous comment, the code here is called on users that have registered with an username and email so I don't think these can be temporary users.