Closed dongyuzheng closed 5 years ago
Very similar to https://github.com/rezqio/issues/issues/4
is_active = False
rezq.mixins.auth_mixin.AuthMixin
is_active
HttpResponseUnauthorized()
rezq.api.v1.schemas.token.CreateToken
profile.py
is_active = True
Very similar to https://github.com/rezqio/issues/issues/4
is_active = False
rezq.mixins.auth_mixin.AuthMixin
to check if useris_active
HttpResponseUnauthorized()
if not activerezq.api.v1.schemas.token.CreateToken
to check if useris_active
profile.py
) to handle this verification token to setis_active = True