So a real rookie here.. I downloaded and installed DrupalVM for the first time ever.

I managed to set everything up, I have the drupalvm dashboard and site up. So naturally I'm trying to login as "admin" (both username and password).
But it doesn't let me log in, it says "Unrecognized username or password. Forgot your password?"

And this is how it looks. It seems a bit off, maybe the installation didn't go well.
Anyways the users table in the database looks like this. It seems empty and I don't know how to add the admin user exactly.

Any hints would be useful here :) Thanks!

Comments

pixelsweatshop’s picture

Since DrupalVM is really something outside of Drupal, it is better to post a support request in it's github issue queue.

https://github.com/geerlingguy/drupal-vm/issues

mmjvb’s picture

The user is not that meaningful in D8, but it should contain at least two rows. (0, 1). Suggest to look at the data instead of structure.
The table users_field_date should show you the name of admin in column name for row 1.

sunilpawar’s picture

This might be helpfull https://drupal.stackexchange.com/questions/150615/cannot-log-in-to-drupa...

I spend several hours on this.