-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Default User and Password #9
Comments
Hello @theg3ntl3man, Try to change
I made a PR #10 for this issue. |
Still not working, this is what is shown when trying to log in {"time":"2018-04-13T02:21:31.008361772Z","id":"","remote_ip":"xxx.xxx.xxx.xx","host":"xxx.xxx.xx.xxx:8080","method":"POST","uri":"/api/authorize","status":302, "latency":95799496,"latency_human":"95.799496ms","bytes_in":162,"bytes_out":0} this is my conf.json { I created the empty tania.db file in that folder like they told me to It passes every test |
@theg3ntl3man Can you try to remove the tania.db file? Last time I worked on this, the sqlite file is automatically created. So, when you run the application for the first time, it automatically creates the tania.db file with the default user. |
@theg3ntl3man Did you use custom hostname (not localhost) for your Go server hostname? |
Hi, |
@chrigui Hi, So there are two solution for this:
We will fix this soon. |
Option 2 Worked, thank you @adhatama. |
I get the same issue with both (windows and linux) 1.5.1 prebuilt builds. |
+1 I also get the same issue on linux for 1.5.1 prebuilt build. |
It looks like the prebuilt cannot find the |
When I try to log in with
username: tania
password: tania
It gives me an error "Incorrect user/password"
@adhatama @kerwinjorbina @gkgranada @purwandi
The text was updated successfully, but these errors were encountered: