2

Remove the Password js notifications (Hint)

http://drupal.org

If you like us, don't want to scare customers, about the password hints. Do this:

$(document).ready(function() {
$("input.password-field").addClass('password-processed');
$("input.password-field").unbind();
$("input.password-confirm").addClass('password-processed');
$("input.password-confirm").unbind();
});

we had mostly from woman the feedback, that the notes about insecure passwords annoyed them. Me as geek understand it, but if you want users on your plattform, you have to "speak" their language.

Read »
Created by Dplanet 2 years 26 weeks ago
Category: Modules   Tags:

PSD to Drupal Theme

Drupal Development

Module Development

Get an Estimate

Tags for Remove the Password js notifications (Hint)

Recent comments