guidoOriginal post
Rank 1: Thread
for some strange reason, when I add users to my app, the password is showing as the Name in the Auth table
Summary
Developers suspect the password textbox is being interpreted as the username due to its position on the form. They recommend logging inputs into the API call and checking the network request made. The issue seems to be with user data being displayed incorrectly.