[mod] service:member:Zahlen in Anmelde-Name zulassen
This commit is contained in:
parent
eefdd33351
commit
087c126453
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ namespace _espe.service.member
|
|||
(x : string) => x.replace(new RegExp("[öÖ]", "g"), "oe"),
|
||||
(x : string) => x.replace(new RegExp("[üÜ]", "g"), "ue"),
|
||||
(x : string) => x.replace(new RegExp("[ß]", "g"), "ss"),
|
||||
(x : string) => x.replace(new RegExp("[^a-z-\.]", "g"), "_"),
|
||||
(x : string) => x.replace(new RegExp("[^0-9a-z-\.]", "g"), "_"),
|
||||
]
|
||||
),
|
||||
"extension": (
|
||||
|
|
Loading…
Add table
Reference in a new issue