Generate Password
This plugin will generate a password for a contact from inside of a campaign and save to a field of your choosing (the Password field is default). You can specify the password length and whether to allow special characters.
How to use it
Post URL
http://theapiguys.com/scripts/pocket-developer/Blocks/GeneratePassword/
Required Parameters
Optional Parameters
saveTo |
The field where you want to save the password. Enter the field name without tildes, e.g. Contact._MyPassword. Note: If this parameter is not used, the password will be saved to the Contact.Password field. |
special |
Set to 1 if you want to include the following special characters as part of the password: !@#$%^&*() |
extraSpecial |
Set to 1 if you want to include the following extra special characters as part of the password: -_ []{}~`+=,.;:/?| |
length |
Set the number characters you want the password to be. Default is 8. Note: If this parameter is not used, the password will be eight characters long. |
prefix |
The prefix you wish to prepend to the generated output which may be:
|
suffix |
The suffix you wish to append to the generated output which may be:
|
excludeAlpha |
Set to 1 to generate a number. |