changeset 10462 | bd2a14d3de15 |
parent 10371 | 88577b10b31e |
child 10467 | 73ea636a5562 |
--- a/entity.py Fri Jun 26 16:10:33 2015 +0200 +++ b/entity.py Mon Jun 29 16:41:36 2015 +0200 @@ -826,7 +826,7 @@ attr = rschema.type if attr == 'eid': continue - # password retreival is blocked at the repository server level + # password retrieval is blocked at the repository server level rdef = rschema.rdef(self.e_schema, attrschema) if not self._cw.user.matching_groups(rdef.get_groups('read')) \ or (attrschema.type == 'Password' and skip_pwd):