=html_escape(_('%{anchorOpen}Learn more%{anchorClose} about how you can customize / disable registration on your instance.'))%{anchorOpen: "<a href=\"#{help_page_path('user/admin_area/settings/sign_up_restrictions')}\" class=\"gl-link\">".html_safe,anchorClose: '</a>'.html_safe}
message=_('Please enable and migrate to hashed storage to avoid security issues and ensure data integrity. %{migrate_link}')
add_migrate_to_hashed_storage_link(message)
end
defmigrate_hashed_storage_warning_message
message=_('Please migrate all existing projects to hashed storage to avoid security issues and ensure data integrity. %{migrate_link}')
add_migrate_to_hashed_storage_link(message)
end
defadd_migrate_to_hashed_storage_link(message)
migrate_link=link_to(_('For more info, read the documentation.'),help_page_path('administration/raketasks/storage.md',anchor: 'migrate-to-hashed-storage'),target: '_blank')
message=_('Please enable and migrate to hashed storage to avoid security issues and ensure data integrity. %{migrate_link}')
add_migrate_to_hashed_storage_link(message)
end
defmigrate_hashed_storage_warning_message
message=_('Please migrate all existing projects to hashed storage to avoid security issues and ensure data integrity. %{migrate_link}')
add_migrate_to_hashed_storage_link(message)
end
defadd_migrate_to_hashed_storage_link(message)
migrate_link=link_to(_('For more info, read the documentation.'),help_page_path('administration/raketasks/storage.md',anchor: 'migrate-to-hashed-storage'),target: '_blank')
=s_('Admin|Additional users must be reviewed and approved by a system administrator. Learn more about %{help_link_start}usage caps%{help_link_end}.').html_safe%{help_link_start: help_link_start,help_link_end: help_link_end}