Logo

Set Your New Password

Create a secure password for your StructureGroup Pro account

@if ($errors->any())
@endif
@csrf @if(isset($user_name))
{{ $user_name }}
{{ $email }}
@if(isset($phone_masked) && $phone_masked !== 'N/A')
{{ $phone_masked }}
@endif
@else
@endif
@error('password')
{{ $message }}
@enderror
0/8 characters
Enter a password
At least 8 characters
One uppercase letter
One lowercase letter
One number
One special character
Passwords match
@error('password_confirmation')
{{ $message }}
@enderror
Password updated successfully!