mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
* refactor(core): Avoid fetching all workflows and credentials for the owner setup screen * refactor(core): Add unit tests for the owner controller
7 lines
351 B
TypeScript
7 lines
351 B
TypeScript
export const badPasswords = {
|
|
pass: 'Password must be 8 to 64 characters long. Password must contain at least 1 number. Password must contain at least 1 uppercase letter.',
|
|
password:
|
|
'Password must contain at least 1 number. Password must contain at least 1 uppercase letter.',
|
|
password1: 'Password must contain at least 1 uppercase letter.',
|
|
};
|