서브계정 비밀번호 유효성 및 복잡도 체크
    • PDF

    서브계정 비밀번호 유효성 및 복잡도 체크

    • PDF

    Article Summary

    서브계정 비밀번호 유효성 및 복잡도 체크

    • 비밀번호 유효성 및 복잡도를 체크 합니다.
    • 비밀번호는 8자 이상, 16자 이하의 영문자, 숫자 및 특수문자를 조합하여 사용해야 합니다

    API

    • GET /join/check-password

    요청

    Parameters

    파라미터필수여부타입제약사항설명
    passwordYString8자 이상, 16자 이하의 영문자, 숫자 및 특수문자Password

    응답

    • 응답
    파라미터 명필수여부타입설명
    ProcessResultYProcessResult처리 결과
    • 응답 예시 - 성공
    {
        "success": true,
        "message": ""
    }
    
    • 응답 예시 - 복잡도 낮음
    {
        "success": false,
        "message": "안전하지 않은 비밀번호입니다."
    }
    

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.