Login doesn't work
« on: July 15, 2020, 10:35:13 AM »
Hello,

I set a username and password but then can't log in. I don't get any error message, simply redirected to /generator/index.html?submit=1 which just shows the same log in page.

/generator/data/generator.conf gets updated with xs_login and xs_password details. I can manually remove these then get to the interface again, but obviously want to be able to password protect.
Re: Login doesn't work
« Reply #1 on: July 16, 2020, 10:58:27 AM »
Hello,

please try to create a file name ".htaccess" in generator/ folder with one line:
RewriteEngine off
 
Re: Login doesn't work
« Reply #2 on: July 16, 2020, 11:26:32 AM »
That worked! Thank you.