Feature #7587
closedJavascript validation of passwords on Edit User screen
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1145626
++ This bug was initially created as a clone of Bug #1145307 ++
Description of problem:
We don't do any validation or assisting around the creation of passwords on the Edit User page. They can enter passwords that don't match without knowing until they try to change it. There's no strength indicator either.
Version-Release number of selected component (if applicable):
foreman-installer-1.5.0-0.6.RC2.el6ost.noarch
rhel-osp-installer-0.1.10-2.el6ost.noarch
openstack-foreman-installer-2.0.20-1.el6ost.noarch
Additional info:
Updated by b sh about 10 years ago
There are two ways to do that: (1) Write our own Ruby validation method that checks the password strength, or (2) use an open source project, such as plugins.jquery.com/pwstrength-bootstrap/.
Personally, I prefer the latter one.
Updated by Ohad Levy about 10 years ago
b sh wrote:
There are two ways to do that: (1) Write our own Ruby validation method that checks the password strength, or (2) use an open source project, such as plugins.jquery.com/pwstrength-bootstrap/.
Personally, I prefer the latter one.
I tent to agree, but at the moment the url you sent above is not reachable.. :)
Updated by b sh about 10 years ago
Yeah, you're right. Well, anyway - that's its github repo:
https://github.com/ablanco/jquery.pwstrength.bootstrap
;-)
Updated by Ohad Levy about 10 years ago
b sh wrote:
Yeah, you're right. Well, anyway - that's its github repo:
https://github.com/ablanco/jquery.pwstrength.bootstrap
;-)
you probably want to consider something like a rails engine with the assets already, very quick googling showed https://github.com/Skizzk/jquery-pwstrength-bootstrap-rails
Updated by Daniel Lobato Garcia about 10 years ago
- Pull request https://github.com/theforeman/foreman/pull/1832 added
- Pull request deleted (
)
Updated by The Foreman Bot about 10 years ago
- Status changed from New to Ready For Testing
- Target version set to 1.7.2
Updated by Vanya Jauhal about 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 9f2feee3f395d044f0daffad5950281cce4b74aa.
Updated by Daniel Lobato Garcia about 10 years ago
- Translation missing: en.field_release set to 21