Forgot the account password of version 8.2 generator
« on: March 17, 2023, 06:16:29 AM »
Forgot the account password of version 8.2 generator. Where can I retrieve it
Re: Forgot the account password of version 8.2 generator
« Reply #1 on: March 17, 2023, 09:37:56 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>