Remove a small number of hardcoded passwords in specs
Our specs use static passwords, many of them are weak. This makes it difficult to create changes which introduce password complexity constraints. This MR updates a small number of instances where we set weak or hardcoded passwords, to use randomly generated passwords. https://gitlab.com/gitlab-org/gitlab/-/issues/360030
显示
- db/fixtures/development/18_abuse_reports.rb 1 个添加, 1 个删除db/fixtures/development/18_abuse_reports.rb
- spec/channels/application_cable/connection_spec.rb 1 个添加, 1 个删除spec/channels/application_cable/connection_spec.rb
- spec/mailers/emails/profile_spec.rb 2 个添加, 1 个删除spec/mailers/emails/profile_spec.rb
- spec/models/hooks/system_hook_spec.rb 1 个添加, 1 个删除spec/models/hooks/system_hook_spec.rb
- spec/tasks/gitlab/password_rake_spec.rb 5 个添加, 4 个删除spec/tasks/gitlab/password_rake_spec.rb
加载中
想要评论请 注册 或 登录