﻿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
32163	Admin change password is not handled gracefully (error 500)	Romain SOMMERARD	nobody	"Change the password via the admin form for a user and enter a password like `qwerty123**`, the server return a not handled gracefully error 500. With DEBUG=True, we can have more details:

error at /admin/users/user/27/password/

multiple repeat at position 10

Request Method: 	POST
Request URL: 	http://localhost:8000/admin/users/user/27/password/
Django Version: 	3.0.7
Exception Type: 	error
Exception Value: 	

multiple repeat at position 10

Exception Location: 	/usr/lib/python3.8/sre_parse.py in _parse, line 671
Python Executable: 	/home/dave/.virtualenvs/my-project/bin/python
Python Version: 	3.8.5
Python Path: 	

['/home/dave/my-project',
 '/home/dave/my-project/django',
 '/usr/lib/python38.zip',
 '/usr/lib/python3.8',
 '/usr/lib/python3.8/lib-dynload',
 '/home/dave/.virtualenvs/my-project/lib/python3.8/site-packages']

Server time: 	Mon, 2 Nov 2020 17:35:25 +0100"	Bug	closed	contrib.admin	3.1	Normal	invalid	admin, password		Unreviewed	0	0	0	0	0	0
