How to Create a Strong Password for Celery
Your password must meet 3 simple rules.
Rule 1 — The right length
Your password must be between 8 and 256 characters long.
8 is the minimum. 256 is the maximum.
Rule 2 — At least one special character
A special character is any symbol that is not a letter or number.
Examples: ! @ # $ % & * ?
You need at least one of these in your password.
Rule 3 — At least one number
Your password must include at least one number.
Examples: 0 1 2 3 4 5 6 7 8 9
Example of a strong password:
Sunshine7!
- It is 10 characters long
- It has a number:
7 - It has a special character:
!
Quick tips for a strong password:
- Use a mix of letters, numbers, and symbols.
- Don't use your name or date of birth.
- The longer the password, the better.