We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8dca512 + a00a221 commit 00e8dd5Copy full SHA for 00e8dd5
2 files changed
docs/index.md
@@ -6,10 +6,11 @@
6
* [Authentication](authentication.md)
7
* [Authorization](authorization.md)
8
* [Auth Actions](auth_actions.md)
9
-* [Forcing Password Reset](forcing_password_reset.md)
10
* [Events](events.md)
11
* [Testing](testing.md)
12
* [Customization](customization.md)
+* [Forcing Password Reset](forcing_password_reset.md)
13
+* [Banning Users](banning_users.md)
14
15
## Guides
16
* [Protecting an API with Access Tokens](guides/api_tokens.md)
mkdocs.yml
@@ -47,6 +47,8 @@ nav:
47
- Events: events.md
48
- Testing: testing.md
49
- Customization: customization.md
50
+ - Forcing Password Reset: forcing_password_reset.md
51
+ - Banning Users: banning_users.md
52
- session_auth_event_and_logging.md
53
- Guides:
54
- guides/api_tokens.md
0 commit comments