Sync dev changes into release-1.0
This commit is contained in:
@@ -22,6 +22,17 @@ const NAV_GROUPS = [
|
||||
{ href: '/admin/cache', label: 'Cache' },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Accounts',
|
||||
items: [
|
||||
{ href: '/admin/invites', label: 'Invites' },
|
||||
{ href: '/admin/password', label: 'Password rules' },
|
||||
{ href: '/admin/captcha', label: 'Captcha' },
|
||||
{ href: '/admin/smtp', label: 'Email (SMTP)' },
|
||||
{ href: '/admin/notifications', label: 'Notifications' },
|
||||
{ href: '/admin/expiry', label: 'Account expiry' },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Admin',
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user