diff --git a/content/en/docs/Getting started/_index.md b/content/en/docs/Getting started/_index.md index 7174aa3..ca3ccbb 100644 --- a/content/en/docs/Getting started/_index.md +++ b/content/en/docs/Getting started/_index.md @@ -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.**