We are using two table to manage user data. A user table that has a username, email, password. Then a user profile that has first name, last name, bio, etc. Due to some other requirements it has been made clear it would be so much easier to combine the tables.
What is the thinking generally with separating these tables and what should I be concerned about if we combine them?