Is there any way to retrieve the password?
« on: August 04, 2016, 05:40:58 AM »
I installed a few days ago on my website the generator, and I forgot the password. :/

Is there any way to retrieve it?

Thanks!
Robert Gombos
[ External links are visible to forum administrators only ]
Re: Is there any way to retrieve the password?
« Reply #1 on: August 04, 2016, 05:46:03 AM »
Hello,

you can reset password by manually modifying generator/data/generator.conf file:
find:
   <option name="xs_login">........</option>
   <option name="xs_password">.........</option>

and empty those settings:
   <option name="xs_login"></option>
   <option name="xs_password"></option>