perf: 修改改密

This commit is contained in:
ibuler
2022-10-13 17:47:29 +08:00
40 changed files with 4850 additions and 240 deletions

View File

@@ -6,7 +6,7 @@ class StrategyChoice(models.TextChoices):
push = 'push', _('Push')
verify = 'verify', _('Verify')
collect = 'collect', _('Collect')
change_password = 'change_password', _('Change password')
change_secret = 'change_secret', _('Change password')
class SSHKeyStrategy(models.TextChoices):