On Mon, Feb 16, 2009 at 10:12 AM, Michel Albert <[email protected]> wrote:
> Anyhow, I started to play with the Wiki20 tutorial, which immediately > didn't work :( First, it complained about a SecureController, then > when quickstarting it *with* username/password support, it worked, but > the promised "manager"/"managepass" account was not there. But I > beleive, these issues are already discussed elsewhere and this would > go way off topic so I'll just wait for a new release and test and test > and test :] in order to get the default users/passwords in your app you need to run: paster setup-app development.ini this will create the necessary database and tables and since auth is sql based in the default template you cannot find the users without setting up the database. Florent. PS: thanks for the encouraging comments! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

