My application needs to store the same user many times. That's because when a user is removed, I make a logical exclusion, just changing a status field in the user table. However, if I have two users with the same email, Laravel Auth fails. How do I can solve this problem? How Can I customize auth to consider this status field?