about summary refs log tree commit diff
path: root/app/validators/unique_username_validator.rb
AgeCommit message (Collapse)Author
2018-03-21Permit dots in usernames with conditions (#6844)Eugen Rochko
* Permit dots in usernames with conditions - Dot cannot be the start or end of username - a.lice and al.ice are considered the same during sign-up * Fix regex mixin flags