There is a simple way to fix this. Create user in SQL, connect as sa or admin, select the database you just restored and execute
exec sp_change_users_login 'Auto_Fix', 'yourUserName'
You should see a message like.
The row for user 'yourUserAcct' will be fixed by updating its login link to a login already in existence.
The number of orphaned users fixed by updating users was 1.
The number of orphaned users fixed by adding new logins and then updating users was 0.