Polish user management and filters
All checks were successful
Build and Deploy / build-and-push (push) Successful in 3m37s

This commit is contained in:
Cauê Faleiros
2026-06-09 15:28:13 -03:00
parent f77ee406ec
commit df8e6d3d88
7 changed files with 202 additions and 96 deletions

View File

@@ -13,7 +13,7 @@ const {
const { recordActivity } = require('../services/activityService');
const USER_PUBLIC_FIELDS = 'id, tenant_id, team_id, name, email, slug, role, status, bio, avatar_url, created_at';
const MIN_PASSWORD_LENGTH = 8;
const MIN_PASSWORD_LENGTH = 6;
const createUsersRouter = ({ pool, upload, transporter, getBaseUrl }) => {
const router = express.Router();