From 615110bb70c938285aa765662bfdd99a45601b40 Mon Sep 17 00:00:00 2001 From: frankie567 Date: Mon, 17 May 2021 06:59:18 +0000 Subject: [PATCH] Automated deployment: Mon May 17 06:59:18 UTC 2021 5267e605f41574910a29ab2cf22034ffb09e39f7 --- 404.html | 14 +- .../authentication/cookie/index.html | 14 +- configuration/authentication/index.html | 14 +- configuration/authentication/jwt/index.html | 14 +- configuration/databases/mongodb/index.html | 14 +- configuration/databases/ormar/index.html | 14 +- configuration/databases/sqlalchemy/index.html | 14 +- configuration/databases/tortoise/index.html | 14 +- .../{full_example => full-example}/index.html | 16 +- configuration/model/index.html | 41 +- configuration/oauth/index.html | 16 +- configuration/password-validation/index.html | 950 ++++++++++++++++++ configuration/routers/auth/index.html | 14 +- configuration/routers/index.html | 14 +- configuration/routers/register/index.html | 14 +- configuration/routers/reset/index.html | 14 +- configuration/routers/users/index.html | 14 +- configuration/routers/verify/index.html | 18 +- index.html | 17 +- installation/index.html | 14 +- migration/08_to_1x/index.html | 14 +- migration/1x_to_2x/index.html | 14 +- migration/2x_to_3x/index.html | 14 +- migration/3x_to_4x/index.html | 14 +- migration/4x_to_5x/index.html | 14 +- search/search_index.json | 2 +- sitemap.xml | 58 +- sitemap.xml.gz | Bin 209 -> 212 bytes usage/dependency-callables/index.html | 14 +- usage/flow/index.html | 14 +- usage/helpers/index.html | 14 +- usage/routes/index.html | 58 +- 32 files changed, 1396 insertions(+), 88 deletions(-) rename configuration/{full_example => full-example}/index.html (99%) create mode 100644 configuration/password-validation/index.html diff --git a/404.html b/404.html index 3aa7b61d..860ee4a5 100644 --- a/404.html +++ b/404.html @@ -518,7 +518,19 @@
  • - + + Password validation + +
  • + + + + + + + +
  • + Full example
  • diff --git a/configuration/authentication/cookie/index.html b/configuration/authentication/cookie/index.html index c00f0ea1..efeb2cd0 100644 --- a/configuration/authentication/cookie/index.html +++ b/configuration/authentication/cookie/index.html @@ -595,7 +595,19 @@
  • - + + Password validation + +
  • + + + + + + + +
  • + Full example
  • diff --git a/configuration/authentication/index.html b/configuration/authentication/index.html index 2b664fed..d2c6a401 100644 --- a/configuration/authentication/index.html +++ b/configuration/authentication/index.html @@ -574,7 +574,19 @@
  • - + + Password validation + +
  • + + + + + + + +
  • + Full example
  • diff --git a/configuration/authentication/jwt/index.html b/configuration/authentication/jwt/index.html index 2ece766c..081cad6e 100644 --- a/configuration/authentication/jwt/index.html +++ b/configuration/authentication/jwt/index.html @@ -602,7 +602,19 @@
  • - + + Password validation + +
  • + + + + + + + +
  • + Full example
  • diff --git a/configuration/databases/mongodb/index.html b/configuration/databases/mongodb/index.html index 5362fe1b..d305657e 100644 --- a/configuration/databases/mongodb/index.html +++ b/configuration/databases/mongodb/index.html @@ -581,7 +581,19 @@
  • - + + Password validation + +
  • + + + + + + + +
  • + Full example
  • diff --git a/configuration/databases/ormar/index.html b/configuration/databases/ormar/index.html index 0a4567f7..e9ed1bb4 100644 --- a/configuration/databases/ormar/index.html +++ b/configuration/databases/ormar/index.html @@ -588,7 +588,19 @@
  • - + + Password validation + +
  • + + + + + + + +
  • + Full example
  • diff --git a/configuration/databases/sqlalchemy/index.html b/configuration/databases/sqlalchemy/index.html index d8d92fb7..83d7ed64 100644 --- a/configuration/databases/sqlalchemy/index.html +++ b/configuration/databases/sqlalchemy/index.html @@ -602,7 +602,19 @@
  • - + + Password validation + +
  • + + + + + + + +
  • + Full example
  • diff --git a/configuration/databases/tortoise/index.html b/configuration/databases/tortoise/index.html index e2850e8d..165217c6 100644 --- a/configuration/databases/tortoise/index.html +++ b/configuration/databases/tortoise/index.html @@ -602,7 +602,19 @@
  • - + + Password validation + +
  • + + + + + + + +
  • + Full example
  • diff --git a/configuration/full_example/index.html b/configuration/full-example/index.html similarity index 99% rename from configuration/full_example/index.html rename to configuration/full-example/index.html index 07b4fa2a..23a15342 100644 --- a/configuration/full_example/index.html +++ b/configuration/full-example/index.html @@ -523,6 +523,18 @@ + +
  • + + Password validation + +
  • + + + + + + @@ -1268,7 +1280,7 @@ Insecure passwords may give attackers full access to your database.