docs(en): Localize bad passwords

pull/10/head
Inex Code 2023-01-20 17:14:38 +03:00
parent b3f962d1e1
commit 8ec04fbf06
1 changed files with 1 additions and 3 deletions

View File

@ -30,7 +30,7 @@ so we'd rather distribute parts of the system to different places.
{{% alert title="Protecting accounts" color="warning" %}}
**Systems are hacked through the weakest link.** To prevent accounts from being such a link, passwords must be different
for each account and must be complex. ```MamaMilaRamu``` is, oddly enough, a bad password.
for each account and must be complex. `Qwerty123` or `VerySecurePassw0rd` are very bad passwords.
An example of a good password is a passphrase:
```expert repose postwar anytime glimpse freestyle liability effects```
@ -84,7 +84,6 @@ cancelled.** And if you can't renew the domain, the system won't work as intende
- **Did I mention the 2FA?**
---
## Connecting Domain to DNS Server
Once purchased, add your domain to CloudFlare:
@ -100,7 +99,6 @@ At the same time, we check that we include auto-renewal and personal data protec
After a few minutes or, in the worst case, up to 2 days, the settings will be applied.
---
## Generating tokens
**_API tokens_ are almost the same as login and password, only for a program, not a person.**