docs: auth passwords page (#19490)

* docs: auth passwords page

* Add redirect from old url

* apply suggestion from @charislam

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

---------

Co-authored-by: Kamil Ogórek <kamil.ogorek@gmail.com>
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
Co-authored-by: Kang Ming <kang.ming1996@gmail.com>
This commit is contained in:
Stojan Dimitrovski
2023-12-14 09:21:57 +01:00
committed by GitHub
parent fb4cf40c3d
commit d18bfcd5e3
3 changed files with 161 additions and 1 deletions

View File

@@ -542,6 +542,7 @@ export const auth = {
name: 'User Sessions',
url: '/guides/auth/sessions',
},
{ name: 'Passwords', url: '/guides/auth/passwords' },
{
name: 'User Management',
url: '/guides/auth/auth-user-management',
@@ -562,7 +563,6 @@ export const auth = {
},
],
},
{ name: 'Password Reset', url: '/guides/auth/auth-password-reset' },
{ name: 'Email Templates', url: '/guides/auth/auth-email-templates' },
],
},