mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-04 23:05:48 +02:00
usernamelineedit: avoid incorrect usernames
Change-Id: If5bd32cfd81b407c6176ba78ed40e9e6e28051b9 GitLab: #683
This commit is contained in:
parent
74d78036fc
commit
df7b351fa6
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ MaterialLineEdit {
|
|||
font.pointSize: JamiTheme.usernameLineEditPointSize
|
||||
font.kerning: true
|
||||
|
||||
validator: RegularExpressionValidator { regularExpression: /[A-z0-9_]{0,32}/ }
|
||||
|
||||
Connections {
|
||||
id: registeredNameFoundConnection
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue