ssh저장 기능 수정중
All checks were successful
Build And Test / build-and-push (push) Successful in 2m52s

This commit is contained in:
2025-05-20 19:05:36 +09:00
parent 247b6b7fe7
commit 91d3b77c23
4 changed files with 28 additions and 11 deletions

View File

@ -3,7 +3,7 @@ from django.contrib.auth.models import AbstractBaseUser, PermissionsMixin, BaseU
import base64
from cryptography.fernet import Fernet
from django.utils import timezone
import base64, hashlib
class CustomUserManager(BaseUserManager):
def create_user(self, email, password=None, **extra_fields):