Skip to content

Commit

Permalink
Added password strength meter and generator for the CMS
Browse files Browse the repository at this point in the history
  • Loading branch information
Semias committed May 29, 2012
1 parent 273c0e1 commit 2d388b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/app/cms/boxes/user/preferences/index.php
Expand Up @@ -36,6 +36,8 @@ function PreferencesForm () {

$w =& $this->addWidget ('password', 'passwd');
$w->alt = intl_get ('New Password');

$w->turnOnHelp('password_verify'); //password generator & strength indicator

$w =& $this->addWidget ('password', 'password_verify');
$w->alt = intl_get ('Verify Password');
Expand Down

0 comments on commit 2d388b3

Please sign in to comment.