mirror of
https://github.com/directus/directus.git
synced 2026-02-11 22:14:56 -05:00
* Check auth password policy on user modifications * Show validation errors in drawer-batch * Allow custom password policy, add placeholder * Add UserSuspended exception * Add user suspended error translation * Move rate limiter creation into root helper * Add login attempts support to authentication service * Don't authenticate into settings service when checking password policy
2 lines
76 B
TypeScript
2 lines
76 B
TypeScript
export const VALIDATION_TYPES = ['FAILED_VALIDATION', 'RECORD_NOT_UNIQUE'];
|