Hi,
I just install lava-server to latest release, 2018.5-post1 & created a local Django account. I unable to login using lava webpage from my local machine. Lava webpage did not prompt any error message and I have no idea
how to debug this problem.
Any idea?
How did you create the local Django account?
The login page cannot support debugging local authentication because that is how people use brute force attacks against installations.
Use the command line to create a user:
$ sudo lava-server manage users add --help
To access the Administration link for the Django Admin Interface, you will need to use the --superuser option.