﻿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
25993	Integrate django-bcrypt or remove support.	Mariano Ignacio Baragiola	nobody	"According to:

https://docs.djangoproject.com/en/1.9/topics/auth/passwords/#using-bcrypt-with-django

Django supports bcrypt, but by using a thirdparty called django-bcrypt which itself uses py-bcrypt.

But the thing is, django-bcrypt last supported version is Django 1.4, the package is unmaintained. I submited a pullrequest to add support for custom users (since Django 1.5) but I don't think it'll get any attention, and if it does, future updates aren't guaranteed to keep rolling.

So, I propose to merge django-bcrypt into Django, or just remove its support. If there's interest in doing so, I volunteer to work on it.

Thanks in advance.

"	Cleanup/optimization	closed	contrib.auth	1.9	Normal	invalid	bcrypt, django-bcrypt, custom user, py-bcrypt		Unreviewed	0	0	0	0	1	0
