Functiondojox.form.PasswordValidator.postCreate

dojo.require("dojox.form.PasswordValidator");
defined in dojox/form/PasswordValidator.js

Sets up the correct widgets. You MUST specify one child text box (a simple HTML element) with pwType="new" and one child text box with pwType="verify". You MAY specify a third child text box with pwType="old" in order to prompt the user to enter in their old password before the widget returns that it is valid.

Usage

function () (view source)