houston
houston copied to clipboard
Error: User not found [403]
I create the admin, then logout, then login again and get this message: Error: User not found [403]
At first I thought I forgot the password, but after several tests I am 100% sure that it is not the case
I am also struggling with the same issue, and I am sure I did not forget the password, because I had saved the password in browser.
Hi, I found the specific issue. and workaround. Issue: User id needs to be a email (I wrote just a simple name), If you write email address in userid when creating account, then issue will not occur. Workaround: To get the login page again, start your app, and in another terminal, go to your app folder, and drop houston db (houston creates automatically) using: db.houston_admins.drop() Then again go to /admin, and create a new account using email address.
Had the exact same issue, your suggestion fixed it, thanks! This is a bug
I also had this issue. Thanks @piyushmahensaria for your workaround. I'm surprised this issue is still open. Please fix it, it's really annoying. #323