diff options
Diffstat (limited to 'models.py')
| -rw-r--r-- | models.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,6 +32,6 @@ in your password.') case letter and one lower case letter in your password.') if not re.search('[,.\[\]!@#$%^&*?_\(\)-]', new_password): raise forms.ValidationError('You need at least one special \ -character i.e. ,.[]!@#$%^&*?_()-') +character i.e. ,.][!@#$%^&*?_()-') return cleaned_data |
