mirror of https://github.com/jumpserver/jumpserver
Bai
4 years ago
committed by
Jiangjie.Bai
2 changed files with 20 additions and 2 deletions
@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.1.6 on 2021-06-04 03:24 |
||||
|
||||
from django.db import migrations, models |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('users', '0035_auto_20210526_1100'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AlterField( |
||||
model_name='user', |
||||
name='source', |
||||
field=models.CharField(choices=[('local', 'Local'), ('ldap', 'LDAP/AD'), ('openid', 'OpenID'), ('radius', 'Radius'), ('cas', 'CAS')], default='local', max_length=30, verbose_name='User source'), |
||||
), |
||||
] |
Loading…
Reference in new issue