Fix admin validation being too strict about usernames (#10449)
* Fix admin validation being too strict about usernames Fix #10446 * Strip Setting.site_contact_username consistently throughout the codebase
Showing
- app/controllers/home_controller.rb 1 addition, 1 deletionapp/controllers/home_controller.rb
- app/controllers/shares_controller.rb 1 addition, 1 deletionapp/controllers/shares_controller.rb
- app/models/concerns/account_finder_concern.rb 1 addition, 1 deletionapp/models/concerns/account_finder_concern.rb
- app/presenters/instance_presenter.rb 1 addition, 1 deletionapp/presenters/instance_presenter.rb
- app/validators/existing_username_validator.rb 2 additions, 8 deletionsapp/validators/existing_username_validator.rb
Please register or sign in to comment