PDA

View Full Version : End-User Options - Random Password Generator


ChopSuey
02-05-2010, 10:00 PM
http://forum.vbdiscussions.com/passgen.php

Just upload to your site and your good to go :up:

Please mark as installed if you have used this.

To make it show on register page add this to register templates

<li>Suggested Password:&nbsp;<iframe src="passgen.php" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" height="15px"></iframe></li>
http://forums.mabersoft.co.uk/register.php < check there for Suggested Password DEMO

mabersoft
02-06-2010, 02:50 PM
Very nice. This would be great imblemeted into the registration process so people can have a Password suggested?

vb4newb
02-06-2010, 03:23 PM
very cool, do you know the edits to add it to the register page?

mabersoft
02-06-2010, 05:03 PM
I might have a go.

Edit: this what i got so far:

http://forums.mabersoft.co.uk/register.php

Tested on:

Firefox
Oprea
Google Chrome
Flock
IE 8

beduino
02-06-2010, 05:51 PM
Hi mabersoft,
I might have a go.

Edit: this what i got so far:

http://forums.mabersoft.co.uk/register.php

...

how you get this in register page? :)
tks in advance
beduino

ChopSuey
02-06-2010, 06:12 PM
Please mark as installed if you have used this..Mabersoft please PM me information so i can add it.

beduino
02-06-2010, 06:25 PM
I mark installed and rated!

vb4newb
02-06-2010, 06:56 PM
I might have a go.

Edit: this what i got so far:

http://forums.mabersoft.co.uk/register.php

Tested on:

Firefox
Oprea
Google Chrome
Flock
IE 8


Thats pretty cool, what code is it if you don't mind me asking?

mabersoft
02-06-2010, 07:02 PM
Please mark as installed if you have used this..Mabersoft please PM me information so i can add it.

PMed you and hope to see it up for other people to enjoy.

ChopSuey
02-06-2010, 07:18 PM
I have updated it and added a link to your demo :) thank you!

mabersoft
02-06-2010, 07:26 PM
I have updated it and added a link to your demo :) thank you!

You are most welcome.

*HINT* Credit :P...

TheSupportForum
02-06-2010, 07:32 PM
i would like to see the password generated in the password field and a button to generate it

vb4newb
02-06-2010, 07:32 PM
I am having trouble locating location in register template so it will show up,
any help would be nice thanks.

EDIT: Figured it out thanks again marked as installed

mabersoft
02-06-2010, 07:47 PM
Here is where you need to place it inside the register

Add
<div class="blockrow">
<li>Suggested Password:&nbsp;<iframe src="passgen.php" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" height="15px"></iframe></li>
</div>

Above:

<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>


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)

ChopSuey
02-06-2010, 07:48 PM
i would like to see the password generated in the password field and a button to generate it
It automatically generates so there is no option to do that.
I am having trouble locating location in register template so it will show up,
any help would be nice thanks.

EDIT: Figured it out thanks again marked as installed

Glad you got it working :)

ti07shadow
02-06-2010, 08:21 PM
You do realise the quotes here echo "$ord";

are unnecessary

echo $ord;

Dr.osamA
02-06-2010, 11:13 PM
good work man

installed

TheSupportForum
02-06-2010, 11:32 PM
PLEASE NOTE:

THE DEVEELOPER OF THIS MOD CAN NOT TAKE CREDIT FOR IT AND NEEDS TO PLEASE REFERENCE THE SOURCE

THE SOURCE IS LOCATED HERE

http://www.dynamicdrive.com/forums/archive/index.php/t-15831.html

ChopSuey
02-07-2010, 05:30 AM
What i uploaded is different.
Please mark as installed if you have used this.