Actions
Refactor #21920
closedRefactor password auditing
Description
Starting with Rails 5.1:
- message: password_changed is not an attribute known to Active Record. This behavior is deprecated and will be removed in the next version of Rails. If you'd like password_changed to be managed by Active Record, add `attribute :password_changed to your class. callstack: app/models/image.rb:31:in `set_password_changed' - message: password_changed is not an attribute known to Active Record. This behavior is deprecated and will be removed in the next version of Rails. If you'd like password_changed to be managed by Active Record, add `attribute :password_changed to your class. callstack: app/models/user.rb:527:in `set_password_changed'
Updated by Anonymous about 7 years ago
- Related to Bug #16850: Password change activity does not show in Audit log added
Updated by Anonymous about 7 years ago
- Related to Tracker #21834: Rails 5.2 upgrade tasks added
Updated by Anonymous about 7 years ago
- Related to Tracker #20948: Rails 5.1 upgrade tasks added
Updated by Anonymous about 7 years ago
- Related to Bug #19169: CVE-2017-2672 - audit trail leaks sensitive data for Image events added
Updated by Anonymous almost 7 years ago
- Related to deleted (Tracker #21834: Rails 5.2 upgrade tasks)
Updated by Anonymous almost 7 years ago
- Blocks Tracker #21834: Rails 5.2 upgrade tasks added
Updated by Anonymous almost 7 years ago
this indeed leads to test errrors with Rails 5.1
Updated by Tomer Brisker almost 7 years ago
- Related to Refactor #20116: Redact sensitive information from audit logs added
Updated by The Foreman Bot almost 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Tomer Brisker
- Pull request https://github.com/theforeman/foreman/pull/5162 added
Updated by Marek Hulán almost 7 years ago
- Translation missing: en.field_release set to 330
Updated by Anonymous almost 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 59f0a945defa3f70454b08a1914fc4842ab69c7e.
Updated by Marek Hulán almost 7 years ago
- Related to Bug #22280: User Audits: False entry of "password changed" every time a user is updated added
Actions