User with Properties?
Is there an easy way to create users that have properties? EG. if I want to assign an integer value to a user. I tried subclassing the "User" class in a ZClass, but that wouldn't work. I also tried out the Portal Toolkit, but couldn't get it working. Surely someone has been doing something like this? Thanks in advance, Alexander. (Please CC me if you answer)
Alexander Limi wrote:
Is there an easy way to create users that have properties? EG. if I want to assign an integer value to a user.
I tried subclassing the "User" class in a ZClass, but that wouldn't work. I also tried out the Portal Toolkit, but couldn't get it working.
The easiest option is simply to wait a bit til the PTK version is working. Or even help out yourself with this part of the code. Otherwise, you can, for example, create an SQL table (in gadfly) with the username as an unique index and properties as other columns. -- Itamar S.T. itamars@ibm.net
participants (2)
-
Alexander Limi -
Itamar Shtull-Trauring