On 3/12/07, Nader <[EMAIL PROTECTED]> wrote: > > L.S,, > > I have tried to initialized a new project with the "tg-admin > quickstart" command. > If I answer "yes" to the next question: > Do you need Identity (usernames/passwords) in this project? [no] > > I would expect that I have to define the userID and Passwd at that > moment! But it is going on to installe the rest of code. Where do I > have to define them?
It's not asking you if you want to password protect your project or anything, it's just asking if the website you are creating might want to have users that have usernames and passwords. All it does is add a couple of models to to model.py and a login and logout controller to your root controller. It's just a shortcut to save you having to create that code yourself. Ed --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

