﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
34017	Mention that when using Argon2PasswordHasher, this means Argon2id gets used	David Schultz	Ritik Soni	"In the documentation page on ""Password management in Django"", the section on Argon2 should mention that with the settings described there, the specific algorithm that gets actually used is the variant **Argon2id**. Namely, one should not have to look in another place to ascertain which precise algorithm gets used when one makes the changes described there (as it's quite important to know for sure that one will indeed be using Argon2id instead of any other variant out there).

Link to the documentation section concerned: https://docs.djangoproject.com/en/4.1/topics/auth/passwords/#using-argon2-with-django
Currently, the fact that Argon2id is indeed the default in Django (when using Argon2), is to my knowledge only mentioned here: https://docs.djangoproject.com/en/4.1/releases/3.2/"	Cleanup/optimization	closed	Documentation	4.1	Normal	fixed	Argon2 Argon2id hashing algorithm password management		Ready for checkin	1	0	0	0	1	0
