mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 22:54:05 -08:00
561882f599
* 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.',
|
|
};
|