jwplayer / ott-web-app

Reference implementation for JWP-powered apps
Apache License 2.0
70 stars 52 forks source link

Add support for accented characters for profile names #453

Open simon-videodock opened 7 months ago

simon-videodock commented 7 months ago

It seems the profile names currently cannot contain accented characters like ë, ç , á, etc.

image

The error message states "Your profile name can only contain letters", which isn't entirely correct since these are letters with accents.

Surprisingly, I was able to create a profile with a name containing a digit: J0hnny...

image

...which I expected wouldn't work, because the error message states I should only use letters.