djoser icon indicating copy to clipboard operation
djoser copied to clipboard

REST implementation of Django authentication system.

Results 155 djoser issues
Sort by recently updated
recently updated
newest added

If sending activation emails is enabled (`SEND_ACTIVATION_EMAIL == True`), updating a user currently sends an activation email! https://github.com/sunscrapers/djoser/blob/master/djoser/views.py#L148: ```python class UserViewSet(viewsets.ModelViewSet): ... def perform_update(self, serializer): super().perform_update(serializer) user = serializer.instance #...

enhancement
question

Using groups is a new feature in the latest preview version of poetry but it's not yet released, and still breaks installations (see https://github.com/python-poetry/poetry/issues/4983). The dev dependencies are compatible with...

As pytz is date-versioned, a caret requirement will mean any new release will be incompatible without first updating this project, preventing users from upgrading pytz if they wish so. This...

Hi, Teams, Thank you very much for this awesome package which makes our life easier. I was wondering if you guys can give some kind of Testing guidelines. I have...

Hi Team Thank you for this awesome package. I am trying to use it as my auth backend. Followed the docs and set it up. for localhost based testing when...

when generate links for verification user , reset password , .... there is no expiration time please add this features

I have used Djoser and Django rest framework for registration. I have added two other required field for user registration(mobile, username). As the User saved to database even not verified,...

Thank you for the great work. During the integration of djoser into our application, it appeared to me that the endpoint `/users/reset_password/` takes longer if the requested email exists. This...

First of all, what does "User.FIELDS_TO_UPDATE" as described in the documentation linked below indicate? Does it indicate a field other than "REQUIRED_FIELDS" or "USERNAME_FIELD"? If this idea is correct, then...

* Use consistent indentation * Update black version