Hello!
I'm writing application which just set of memos for users, how can I
be sure what user see/edit only his personal messages?
Considering table structure like this
dba.define_table('services',
SQLField('memo'),
SQLField('remind_interval'),
SQLField('owner'))
how can I force "owner" field always be id of CAS authenticated user?
CAS server is running locally and works fine.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---