vkk.users

This module contains core functionality for User management.

For further reading, please consult the Django documentation on User authentication.

1"""
2This module contains core functionality for User management.
3
4For further reading, please consult the Django documentation
5on [User authentication](https://docs.djangoproject.com/en/4.2/topics/auth/).
6"""