I have lost my password in Standalone XML Generator
« on: January 21, 2021, 02:42:21 PM »
How do I create a new password ?
Re: I have lost my password in Standalone XML Generator
« Reply #1 on: January 22, 2021, 05:29: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>
Re: I have lost my password in Standalone XML Generator
« Reply #2 on: January 22, 2021, 07:46:06 AM »
The file attribute is "rw-r-r" and cannot be changed.
It is also not possible to copy a new modified file to the directory.
What do you do ?