[Zope] Setting Roles
Bernhard Nessler
bn@ln-info.de
Tue, 02 Nov 1999 10:17:47 +0100
Hallo,
with the following code I set a new user with passord in the current folder but the role is always empty. The role exists in the folder.
dtml-call"REQUEST.set('name','karii7')"
dtml-call"REQUEST.set('password','npwd')"
dtml-call"REQUEST.set('confirm','npwd')"
dtml-call"REQUEST.set('roles:list','ExBenutzer')"
dtml-call "acl_users.manage_users(submit='Add', REQUEST=REQUEST)"
1. what is wrong?
2. in which documentation I can find this?
Bernhard
**********************************
Bernhard Nessler
Luecke und Nessler GmbH
Steigstrasse 22
88709 Meersburg
Tel.: +49 (0) 7532/47017
Fax: +49 (0) 7532/7107
mailto: bn@ln-info.de
url: http://www.ln-info.de
**********************************