Actions
Bug #9124
closedRoot passwords that start with $ are assumed to already be hashed
Description
The current method to "detect" whether a root_pass has been hashed is that it starts with a "$" .. If you happen to have a root password that starts with a "$" it will store it in plain text instead of hashing it, and then it will not be set correctly. The "detection" of whether a root password is hashed or not should be a bit more advanced.
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2112 added
- Pull request deleted (
)
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release set to 28
Updated by Tommy McNeely over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset c92138aff85293bf988bd3e5142ed7c3468686e8.
Actions