Release #0488

  • Display Email/Username for staff in Welcome Wizard: Added the staff username (email) to the create password screen, and the welcome wizard, to display their email when signing into Workbright for the first time.
  • E-Verify Authentication Attempted Webhook: Added a new webhook to return the results of everify_authenticated, allowing for notification when E-Verify credentials are authenticated OR fail to authenticate. Payload
  • Remove Middle Initial Requirement: Removed validation requiring a middle initial from staff profile information, allowing staff to proceed with their Form I-9 without requiring a middle initial.
  • Add Validation to Profile Information (Section 0) of Form I-9: Added validation to the Profile Information step on the Form I-9 (when editing is enabled) to require all profile information before allowing the staff to advance to the citizenship designation step.
  • Federal W4: Validations: State & Local Taxes: Added value validations in the deductions calculator to restrict the value up to $40,400 ($20,200 if married filing separately) per the W4 instructions.
  • Conditional Form Field Logic: Added the ability to configure conditional form field logic on Digital Signature and Acknowledgement forms. This feature conditionally displays form fields based on the response in Radio Button or Dropdown type fields. This feature can be activated by a per-subdomain level feature flag.
  • 🪲 BugFix: disable_profile_address Value: Resolved issue where disable_profile_address value would switch from true to false while updating onboarding_notification_method.
  • Additional performance enhancements and cleanup tasks