IAV-1156/ set-password page for new collaborator onboarding via invite link
Summary
- Add
/auth/set-password/[token]route for new collaborators to define their password on first login via an invitation link - Token is passed as a URL path segment (not a query param)
- Form includes password strength indicator, validation rules checklist, show/hide toggles, and a success screen redirecting to login
- API call is mocked (800 ms delay) pending backend endpoint