I had the same problem with user logins - I am running my instance on AWS.
Yes - the data itself is not transferred - only the db schema. So you would need to create the users locally. There are ways of exporting the user table and importing it - but I just used the sign up link to create the new users.