Release #0427
July 22nd, 2025
- Add Manual Resubmit to E-Verify: When an I-9 has been deemed unable to submit to E-Verify, alongside the reason(s) it was not submittable, we've added a button to Resubmit to E-Verify to manually attempt to create a case.
This can be used to submit the I-9 to E-Verify in instances where a new I-9 was countersigned before the previous I-9's E-Verify Case was closed. - PostMessage API Event for Loaded Page: Added a PostMessage API Event to trigger on every page within the admin and staff experience, the payload will include an href of the url for the page that is loaded.
- Remove Raw SSN from Profile: Updated the visibility in app of the full Staff social security number so the full SSN can no longer be unmasked by either the staff or admin, the last 4 will remain visible.
- 🪲 BugFix: Dates as Datetimes in Reports: Updated reporting to remove unnecessary timestamps for dates that have no collected timestamp, such as Start Date, End Date, Notification End Date, etc.
- 🪲 BugFix: Error in Datetimes in Reports: Updated reporting to reformat the Datetimes for Reverification Submitted At to a human readable format.
- Kiosk Mode Failed Login Attempts: Updated logic to lock out a user after 5 failed login attempts in Kiosk Mode.
- Additional performance enhancements and cleanup tasks