test/data/uppered_rtype.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 16 Mar 2012 17:59:48 +0100
branchstable
changeset 8317 9c59258e7798
parent 6873 2db631a3f205
permissions -rw-r--r--
[security] use a stronger encryption algorythm for password, keeping bw compat Administrator should ask their users to reenter new password so they benefit from the new encryption. Also, new encryption is cross-platform compatible, eg you may now move an instance from windows to linux painlessly


from yams.buildobjs import RelationDefinition

class ARelation(RelationDefinition):
    subject = 'CWUser'
    object = 'CWGroup'