Auto logging users in when they register

Looking at your case, the only reason to use the query is to check if the user is in the database.
But it would be just fine if your use the POST vars, as this simplifies the server action.

1 Like

Great, thanks for this @teodor :+1: