mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-19 10:26:27 +00:00
[Update] 修改mfa
This commit is contained in:
18
apps/users/migrations/0024_auto_20191118_1612.py
Normal file
18
apps/users/migrations/0024_auto_20191118_1612.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 2.2.5 on 2019-11-18 08:12
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('users', '0023_auto_20190724_1525'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='user',
|
||||
old_name='otp_level',
|
||||
new_name='mfa_level',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user