You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't actually confirm that this is the case but it definitely looks like it is.
This will probably only require another check in member_management_make_user_active. Basically just confirm that the user isn't in SELECT uid FROM conditional WHERE status = "Pending" or something like that.
The text was updated successfully, but these errors were encountered:
Constitutionally, I don't think this is incorrect behavior. Someone on a conditional maintains the status they were when they were conditional'd. In practice, we assume people pass spring evals until proven otherwise, like with new eboard members on summer conditionals.
I didn't actually confirm that this is the case but it definitely looks like it is.
This will probably only require another check in
member_management_make_user_active
. Basically just confirm that the user isn't inSELECT uid FROM conditional WHERE status = "Pending"
or something like that.The text was updated successfully, but these errors were encountered: