TopLevel Account.js - jcobban/Genealogy GitHub Wiki

Up: Top Level Implementation

Source Code

This script implements the dynamic functionality of the page Account.php

In addition to validating input values this script displays a valuation of the new password value as it is modified by the user based upon the "entropy" of the supplied value. To facilitate in choosing a strong password the script generates a random 32 character password on request.

Next: Account.php