I have an unusual case: I've got a Drupal site that's a gateway to an online course which is served with PERL. I'm moving the registration process for the course into Drupal, which means I'm asking users to create a password *for the course* - not a Drupal login. Using hand-rolled forms in Drupal to talk to the course application's database.

I've been trying to get your excellent module to work with my password field, with no luck. Any tips?

Comments

dalehgeist created an issue.

dalehgeist’s picture

Well, I figured out how to hack it to do that. It's a multi-step process, but I am pretty sure you could build a settings UI that would allow you to designate a form ID to apply the meter to. It's sort of artificially restricted in the code.