Please enter your name.
Email addresses cannot be changed.
Company/Organization cannot be changed.
{{ form.password.$valid ? 'Password valid.' : 'Passwords must be at least 8 characters and contain at least one uppercase letter, one lowercase letter, a special character (*,!,$, etc.) and a number.' }}
{{ form.passwordConfirmation.$valid && $ctrl.account.password === $ctrl.account.passwordConfirmation ? 'Your passwords match.' : 'Please verify your password.' }}