petio-team / petio

Petio Request, Discover, Review
https://petio.tv
MIT License
251 stars 28 forks source link

Admin can't log in when fast login is selected #293

Closed jkirkcaldy closed 3 years ago

jkirkcaldy commented 3 years ago

Describe the bug Setting login to fast login and the admin user can't log in. Get a user not found error, setting the login mode back to '1' in the config.json returns the ability to login.

To Reproduce Steps to reproduce the behavior:

  1. Install on unriad using official Petio container and MongoDB container
  2. set up as normal
  3. enable fast login
  4. try log in as admin

Expected behavior To be able to login to the admin account

Desktop (please complete the following information):

AshDyson commented 3 years ago

Are you sure this is in fact related to fast login and not db permissions? I cannot replicate this

jkirkcaldy commented 3 years ago

Yes, it's a database permissions issue.

Thanks