Skip to content
Snippets Groups Projects
Unverified Commit df7b351f authored by Sébastien Blin's avatar Sébastien Blin
Browse files

usernamelineedit: avoid incorrect usernames

Change-Id: If5bd32cfd81b407c6176ba78ed40e9e6e28051b9
GitLab: #683
parent 74d78036
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,8 @@ MaterialLineEdit {
font.pointSize: JamiTheme.usernameLineEditPointSize
font.kerning: true
validator: RegularExpressionValidator { regularExpression: /[A-z0-9_]{0,32}/ }
Connections {
id: registeredNameFoundConnection
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment