Why is this called 'translations' http://www.turbogears.org/2.0/docs/main/Extensions/Admin/index.html?highlight=admin#utilizing-translations-from-repoze-what it collides with the i18n meaning of the word, this are actually transformations or hints, but not translations
The code here seems outdated http://www.turbogears.org/2.0/docs/main/Extensions/Admin/index.html?highlight=admin#overriding-a-form AddFormBase -> AddRecordForm Registration_form -> RegistrationForm using the registration example works but when logging in we get http://tgext.maetico.com/?None=0 yet in some odd way it seems the user gets authenticated. Given this line from the logs 20:56:23,896 INFO [auth] userid preauthenticated by <AuthTktCookiePlugin 179456908>: "test" (repoze.who.userid set) The password field is not explicit which means it's currently clear text, if set to a password widget it gives another error :) http://www.turbogears.org/2.0/docs/main/Extensions/Admin/index.html?highlight=admin#securing-your-admin if this is only true for TGAdminConfig we should say so. also delete from repoze.what.predicates import in_group also it seems that auth is broken --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Docs" 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-docs?hl=en -~----------~----~----~----~------~----~------~--~---
