[gen] Automatically generated passwords and captcha challenges do not include numbers and letters that could be misread.
This commit is contained in:
parent
ff102fbbe8
commit
74f8592517
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue