]> cat aescling's git repositories - mastodon.git/commit
Restore username validation to disallow dots, for now (#6863)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 22 Mar 2018 10:30:22 +0000 (11:30 +0100)
committerGitHub <noreply@github.com>
Thu, 22 Mar 2018 10:30:22 +0000 (11:30 +0100)
commitda70aca28eaa68f21c450c8f7b6ecb6168d29941
tree01c10a21ba03c91202ab78b87ab66c997e7522f7
parent6f531d140b8398a4680567934fe66cb0ca465fbc
Restore username validation to disallow dots, for now (#6863)

Usernames with dots in them do not work with routes, because the dot usually separates the desired page format (e.g. json). I don't want to mess with changing route constraints for this patch release.
app/models/account.rb