houston icon indicating copy to clipboard operation
houston copied to clipboard

Error: User not found [403]

Open guinunez opened this issue 9 years ago • 4 comments

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

guinunez avatar Nov 09 '15 13:11 guinunez

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.

piyushmahensaria avatar Nov 12 '15 11:11 piyushmahensaria

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.

piyushmahensaria avatar Nov 13 '15 13:11 piyushmahensaria

Had the exact same issue, your suggestion fixed it, thanks! This is a bug

TimeBandit avatar Nov 18 '15 16:11 TimeBandit

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

mornir avatar Mar 17 '16 22:03 mornir