A
|
alang 3/17/2008 |
You can add some code to the "Before record added" event. The code would then return false if the user already had a record in the system. |
P
|
paul paulousek author 3/17/2008 |
You can add some code to the "Before record added" event. The code would then return false if the user already had a record in the system.
|
![]() |
Alexey admin 3/18/2008 |
Paul, |
P
|
paul paulousek author 3/18/2008 |
Paul, Yes, there is the "After successful Login" event. There is another way to do that. Disable Add page for the table. When the user is created (registered) add a corresponding record to the table manually in a PHPRunner event.
|