Didn't get the password recovery link

System Information
  • Strapi Version:
  • Operating System:
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

Didn’t get the password recovery link on my email. I forgot my password and got stuck on login page. :frowning:

Reset an admin user’s password. You can pass the email and new password as options or set them interactivly if you call the command without passing the options.

yarn strapi admin:reset-user-password --email=chef@strapi.io --password=Gourmet1234
1 Like

Is there an npm equivalent for this command?

npm run strapi admin:reset-user-password --email=chef@strapi.io --password=Gourmet1234