April 19, 2026
Reset a team member's password from the Team screen
Team admins can now reset any user's password from the Edit row in the Team screen, without the user needing to go through the password-reset email loop.
Previously, the Edit action on the Team screen only let admins rename a user. Passwords required going through the password-reset email flow, which was clunky when you were sitting right next to the person locked out.
What changed
- The Edit user screen now shows a "New password" field in edit mode, not just at user creation.
- Leaving it blank keeps the current password. Typing a new one (min 8 chars) hashes and saves it.
- The Laravel
POST /api/user/editendpoint validates and hashes the incoming password withHash::makebefore storing.
Who benefits
Store owners running shops with staff turnover, or anyone onboarding a team member who's about to walk away from the counter. One less support email.