36
36
>>> personset = getUtility(IPersonSet)
37
37
>>> foobar = personset.getByName('name16')
39
39
Traceback (most recent call last):
41
41
EmailAddressAlreadyTaken: The email address '...' is already registered.
43
43
The email address verification is case insensitive as well:
46
46
Traceback (most recent call last):
48
48
EmailAddressAlreadyTaken: The email address '...' is already registered.