0.8.41 change profile validation
This commit is contained in:
@@ -239,7 +239,8 @@ def change_profile_confirm_ajax(request):
|
||||
kwargs = {
|
||||
'not_required_password': True,
|
||||
'not_required_agreement': True,
|
||||
'not_required_email': True
|
||||
'not_required_email': True,
|
||||
'create_new_account': False,
|
||||
}
|
||||
form = RegistrationForm(data, **kwargs)
|
||||
if not form.is_valid():
|
||||
|
||||
Reference in New Issue
Block a user