I was wondering: (1) [MINOR] if there is some template text for an End User License Agreement, but more importantly I was wondering if (2) [MAJOR] there exists (or some ideas on) a model/controller integration for prompting the user to accept a EULA when the user logs in.
For example, some (db) model which stores the EULA and global_EULA_version (version number of EULA) and each tg_user field gets a user_EULA_version and if and when tg_user's user_EULA_version is < global_EULA_version the user could be prompted to accept the new EULA in a post_login method. It could also have a flag to disallow the user from proceeding if the user disagrees with the new EULA. I figured since turbogears is a mega web-framework, we might want to implement an tg.extension that provides this functionality (since most web sites would need to have some kind of EULA (or at least a disclaimer)). On Dec 20, 8:49 pm, Michael Pedersen <[email protected]> wrote: > Not really sure what you're asking here. Can you provide more details on > what you want this to do? > -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

