[gen] Automatically generated passwords and captcha challenges do not include numbers and letters that could be misread.

This commit is contained in:
Gaetan Delannay 2014-03-06 12:15:10 +01:00
parent ff102fbbe8
commit 74f8592517
2 changed files with 5 additions and 3 deletions

View file

@ -325,8 +325,6 @@ class Permission:
(string) permissions, for referring to it you simply use those strings,
you do not create instances of ReadPermission or WritePermission.'''
allowedChars = string.digits + string.letters + '_'
def __init__(self, fieldDescriptor):
self.fieldDescriptor = fieldDescriptor