Even though I was logged out, my language cookie was set for Spanish. It seems it is currently impossible under Beta 4 to get the system to email you the password if language is not English.
When I clicked on it to send my password, it always said I had a missing field. I am guessing that for some weird reason, the submit button text must have to do with it, as I cant find any difference in the form with the English one:
code:
[:"red"] English working form: [/]
[:"blue"] <form method="post" action="https://ubbdev.com/threads/php/start_page.php">
<input type="hidden" name="Cat" value="" />
Username<br />
<input type="text" name =" Loginname" class="formboxes" />
<br />
<br />
Email<br />
<input type="text" name="Email" class="formboxes" />
<br />
<br />
<input type="submit" name="option" value="I forgot my password" class="buttons" />
</form> [/]
[:"red"] Spanish, non working form: [/]
[:"blue"]<form method="post" action="https://ubbdev.com/threads/php/start_page.php">
<input type="hidden" name="Cat" value="" />
Nombre de miembro<br />
<input type="text" name =" Loginname" class="formboxes" />
<br />
<br />
Correo Electrónico<br />
<input type="text" name="Email" class="formboxes" />
<br />
<br />
<input type="submit" name="option"
value="[:"purple"] Se me ha olvidado mi contraseña [/] " class="buttons" />
</form>[/]
As you can see, asides from the submit button, the input fields are the same.
