Actions
Bug #25889
closedRemove the password limit in compute resource
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
DB migrations
Target version:
-
Description
The following migration:
https://github.com/theforeman/foreman/blob/develop/db/migrate/20130813105054_change_compute_resource_password_to_text.rb
should change the password limit to nil, the limit was changed to nil only in Postgres and not in SQLite DB.
Actions