]> cat aescling's git repositories - mastodon.git/commit
Fix admin validation being too strict about usernames (#10449)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 6 Apr 2019 15:53:17 +0000 (17:53 +0200)
committerGitHub <noreply@github.com>
Sat, 6 Apr 2019 15:53:17 +0000 (17:53 +0200)
commit2c63e0292a0a0a530ce814246bb6762983808135
tree69814a662f68695490884667ea5bcd51feedc8d8
parent78a8a99b0bcfb02d04ee5a4c48b116f6ed7d96b7
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
app/controllers/home_controller.rb
app/controllers/shares_controller.rb
app/models/concerns/account_finder_concern.rb
app/presenters/instance_presenter.rb
app/validators/existing_username_validator.rb