mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FEATURE: Add support for Unicode usernames and group names
Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
This commit is contained in:
parent
d07605d885
commit
a7bc1ecbae
29 changed files with 908 additions and 193 deletions
|
@ -1,7 +1,7 @@
|
|||
module RouteFormat
|
||||
|
||||
def self.username
|
||||
/[\w.\-]+?/
|
||||
/[%\w.\-]+?/
|
||||
end
|
||||
|
||||
def self.backup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue