Re: How to Prevent Creation of Records in the Aro Table?

2010-06-29 Thread John Andersen
Make sure that you set the model id (the primary key of the user record) before you use saveField! Enjoy, John On Jun 28, 10:41 pm, randy ran...@gmail.com wrote: I am struggling with some Auth/Acl issues at the moment...specifically this. I have a basic Users/Groups setup, I'd like to NOT

How to Prevent Creation of Records in the Aro Table?

2010-06-28 Thread randy
I am struggling with some Auth/Acl issues at the moment...specifically this. I have a basic Users/Groups setup, I'd like to NOT keep a record in the aros table for each user, and instead rely on Groups to determine permissions. I've got some code which creates a one-time password for Users when