perf: add TERMINAL_SSH_KEY_LIMIT_COUNT conf

This commit is contained in:
wangruidong
2024-08-13 16:06:01 +08:00
committed by Bryan
parent 3b1701b1aa
commit 32ae77c42d
12 changed files with 167 additions and 36 deletions

View File

@@ -63,6 +63,7 @@ urlpatterns = [
# Profile
path('profile/mfa/', users_view.MFASettingView.as_view(), name='user-mfa-setting'),
path('profile/pubkey/generate/', users_view.UserPublicKeyGenerateView.as_view(), name='user-pubkey-generate'),
# OTP Setting
path('profile/otp/enable/start/', users_view.UserOtpEnableStartView.as_view(), name='user-otp-enable-start'),