From 6657fa65d82300d1ef3b9049f2ad6d98423555a5 Mon Sep 17 00:00:00 2001 From: frankie567 Date: Sun, 7 Nov 2021 10:33:28 +0000 Subject: [PATCH] Automated deployment: Sun Nov 7 10:33:28 UTC 2021 b80061bbc4fe828f330f663f411504719c370916 --- 404.html | 50 +- .../authentication/cookie/index.html | 22 +- configuration/authentication/index.html | 22 +- configuration/authentication/jwt/index.html | 22 +- configuration/databases/mongodb/index.html | 26 +- configuration/databases/ormar/index.html | 28 +- configuration/databases/sqlalchemy/index.html | 28 +- configuration/databases/tortoise/index.html | 24 +- configuration/full-example/index.html | 22 +- configuration/models/index.html | 22 +- configuration/oauth/index.html | 28 +- configuration/overview/index.html | 22 +- configuration/routers/auth/index.html | 22 +- configuration/routers/index.html | 22 +- configuration/routers/register/index.html | 22 +- configuration/routers/reset/index.html | 22 +- configuration/routers/users/index.html | 22 +- configuration/routers/verify/index.html | 22 +- configuration/user-manager/index.html | 26 +- .../create-user-programmatically/index.html | 583 ++++++++++++++++++ index.html | 24 +- installation/index.html | 22 +- migration/08_to_1x/index.html | 30 +- migration/1x_to_2x/index.html | 26 +- migration/2x_to_3x/index.html | 26 +- migration/3x_to_4x/index.html | 26 +- migration/4x_to_5x/index.html | 26 +- migration/6x_to_7x/index.html | 26 +- migration/7x_to_8x/index.html | 26 +- search/search_index.json | 2 +- sitemap.xml | 5 + sitemap.xml.gz | Bin 215 -> 217 bytes src/cookbook_create_user_programmatically.py | 24 + src/db_mongodb.py | 2 +- src/db_ormar.py | 2 +- src/db_sqlalchemy.py | 2 +- src/db_sqlalchemy_oauth.py | 2 +- src/db_tortoise_adapter.py | 2 +- src/db_tortoise_oauth_adapter.py | 2 +- src/user_manager.py | 2 +- usage/current-user/index.html | 26 +- usage/flow/index.html | 26 +- usage/routes/index.html | 30 +- 43 files changed, 1338 insertions(+), 78 deletions(-) create mode 100644 cookbook/create-user-programmatically/index.html create mode 100644 src/cookbook_create_user_programmatically.py diff --git a/404.html b/404.html index 398688d0..48ba0f2d 100644 --- a/404.html +++ b/404.html @@ -729,12 +729,60 @@ + + + + + + + + + + + + + + +
  • + + + + + + + +