Need to
This commit is contained in:
@@ -51,6 +51,15 @@ GridLayout
|
||||
placeholderText: qsTr("Hier Passwort eingeben")
|
||||
Layout.fillWidth: true
|
||||
property string name: "PYQCRM_USER_PASS"
|
||||
color: acceptableInput ? "black" : "red"
|
||||
ToolTip.visible: hovered && !acceptableInput
|
||||
ToolTip.text: "Passwort muss mind. 12 Zeichen lang sein und Groß-, Kleinbuchstaben, Zahlen sowie Sonderzeichen (!@#$%^&*()_+-=) enthalten."
|
||||
|
||||
validator: RegularExpressionValidator {
|
||||
regularExpression: /^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[!@#$%^&*()_+\-=]).{12,}$/
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Label
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user