Hi,
I used the instructions below, that were posted back in '09, to reset the username and password:
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>
This was not successful for me. Is there another way to reset these items?
Thanks so much.