]> cat aescling's git repositories - mastodon.git/commit
Enforce username format for remote users, too (#8102)
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 30 Jul 2018 20:29:52 +0000 (22:29 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Jul 2018 20:29:52 +0000 (22:29 +0200)
commite7e577dd6e82d9b6ae3afa799a56953d0468deea
treec4211d23f160b3da1a4b6f5c6bf4f54b80e734ac
parentd425d30804aeed41010452519b275bd007547377
Enforce username format for remote users, too (#8102)

Initially I thought there might be valid reasons for remote users to
have a different, unpredicted username format. However, I now realize
such a difference would be unusable and unexpected within Mastodon.

Fix #8058
app/models/account.rb
spec/models/account_spec.rb