You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto requirements = QString("\nPassword has to be at least 8 characters long. \nPassword has to contain at least one special character,\none digit, one lowercase and one uppercase character ");
requirements += "\nPassword can not be identical to username";