Commit 57a4c55692bae829c12633c792032edf583bfb67

Authored by Luan
1 parent 7a4831cf

Minor fix

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/accounts/views.py
... ... @@ -211,7 +211,6 @@ class ChangeXMPPPasswordView(UpdateView):
211 211 transaction.rollback()
212 212 return response
213 213 else:
214   - self.request.user.set_password(form.cleaned_data['password1'])
215 214 transaction.commit()
216 215  
217 216 messages.success(
... ...