Hey, this script works great but is there a way to find out who the user getting created is? Also, where does this script get called from?
Thanks,
Brian
You can get the id of the context
Posted bymaxmat
2005-04-20 02:26 PM
memberId = context.getId()
The context is the member folder. And the member folder allways has the same id as the member. I am not shure if that is allways true though. Its an assumption that is a bit unddocumented.
Thanks,
Brian
The context is the member folder. And the member folder allways has the same id as the member. I am not shure if that is allways true though. Its an assumption that is a bit unddocumented.
But it has yet to fail me.