This extension implements a generator for random passwords. This feature is mostly useful for user interface
asking for a new password. Instead of the user having to create a password on his/her own will the generator
generate a random one.
Example:
Password:
The link of class .jqPasswordGenerator will control the target element #myPassword. When clicking on the link will it fill in a random password
into the target element. The kind of password can be configured using a couple of parameters:
Parameter
Description
Default
data-target="<selector>"
a jQuery descriptor pointing to the input element
data-length="<integer>"
the length of the password being generated
15
data-capitals="<boolean>"
if set to true will the password only contain uppercase letters
true
data-numbers="<boolean>"
the password will contain numbers if set to true
true
data-specia-chars="<boolean>"
the password will contain special characters if set to true
true
Installation Instructions
You do not need to install anything in the browser to use this extension. The following instructions are for the administrator who installs the extension on the server.
Open configure, and open the "Extensions" section. "Extensions Operation and Maintenance" Tab → "Install, Update or Remove extensions" Tab. Click the "Search for Extensions" button.
Enter part of the extension name or description and press search. Select the desired extension(s) and click install. If an extension is already installed, it will not show up in the
search results.
You can also install from the shell by running the extension installer as the web server user: (Be sure to run as the webserver user, not as root!)
cd /path/to/foswiki
perl tools/extension_installer <NameOfExtension> install