Actions
Bug #4167
closedPassword length verification doesn't work
Description
In app/models/host/managed.rb:
validates :root_pass, :length => {:minimum => 8, :message => _('should be 8 characters or more')}
The length verification doesn't actually work. In host_common.rb, root_pass assignment is overridden so by the time it validates root_pass, it's already a hash (and over 8 chars).
Updated by Stephen Benjamin almost 11 years ago
- Related to Feature #3725: Make default root password more explicit and configurable at install time added
Updated by Dominic Cleal almost 11 years ago
- Category set to Security
- Status changed from New to Ready For Testing
- Assignee set to Stephen Benjamin
- Target version set to 1.9.2
- Translation missing: en.field_release set to 4
Updated by Anonymous almost 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset c4bfd47fc2852bb78618bdad9fe5168e03a38bc1.
Actions