Maybe I'm doing something wrong, if so please help here. Otherwise please confirm.

On user registration the password strength indicator doesn't change its color when Bootstrap Theme (parent or sub, both) is activated.

Comments

norman.lol’s picture

Issue summary: View changes
kruser’s picture

StatusFileSize
new11.28 KB

This looks like it was fixed in the 2x branch (https://www.drupal.org/node/1728256) but is back again in 3x.

gelzavier’s picture

Besides, it will break when deal with responsiveness. Any help will be appreciated. Thanks.

  • Mark Carver committed eb6bcd8 on 7.x-3.x
    Issue #2254963 by Mark Carver | koivo: Fixed Password strength indicator...
markhalliwell’s picture

Version: 7.x-3.0 » 7.x-3.x-dev
Component: Miscellaneous » User interface
Category: Bug report » Feature request
Priority: Minor » Normal
Status: Needs work » Fixed
Issue tags: -bootstrap, -styling, -CSS
StatusFileSize
new60.74 KB

Here is a screenshot of the changes:

Here is a screencast to show functionality:
http://monosnap.com/file/r0KPIWhU3LZ5Vm2MWK9PRVmbBnFjLU

This includes some styling changes, so if you have compiled your own theme, you will need to bring them into your LESS/SASS files manually:
http://cgit.drupalcode.org/bootstrap/diff/starterkits/less/less/override...

kruser’s picture

Very nice!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

jweirather’s picture

This is exactly what I'm looking for, thank you for sharing!

Is this available as a patch? Is everything needed included in the drupalcode reference?

Thanks!

antcat’s picture

I'm adding a patch to be used with drush make on top of the 7.x-3.0 release. It's basically a diff between the commit that fixes this issue and the 7.x-3.0 version.

As mentioned in comment#5 the issue has been fixed in upstream, so this is only needed if you are using the 7.x-3.0 version of the Drupal Bootstrap theme.