Here is where you need to place it inside the register
Add
Code:
<div class="blockrow">
<li>Suggested Password: <iframe src="passgen.php" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" height="15px"></iframe></li>
</div>
Above:
Code:
<div class="blockrow">
<ul class="multifield group">
<li>
<label for="password">{vb:rawphrase password}:</label>
<input type="password" class="textbox" name="password" id="password" maxlength="50" value="{vb:raw password}" tabindex="1" />
</li>
<li>
<label for="passwordconfirm">{vb:rawphrase confirm_password}:</label>
<input type="password" class="textbox" name="passwordconfirm" id="passwordconfirm" maxlength="50" value="{vb:raw passwordconfirm}" tabindex="1" />
</li>
</ul>
<p class="description">{vb:rawphrase enter_password_for_account}</p>
</div>
Quote:
Originally Posted by simonhind
i would like to see the password generated in the password field and a button to generate it
|
This would be possible with PHP, HTML, JS and making this into a product.
PHP For the script
HTML For submit button
JS To make it appear in the box
(I think i got that right :S)