Skip to content
Snippets Groups Projects

Resolve "adding worker with password missmatch"

Merged Piotr Gawron requested to merge 220-adding-worker-with-password-missmatch into master
1 unresolved thread

There was a problem with the system response (stacktrace appeard) when during adding worker there was password mismatch. Closes #220 (closed)

Edited by Piotr Gawron

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
83 83 def clean(self):
84 84 cleaned_data = super(WorkerForm, self).clean()
85 85 if cleaned_data.get('password', None) is not None:
  • Valentin Groues mentioned in commit 64d25409

    mentioned in commit 64d25409

  • Please register or sign in to reply
    Loading