I have my TG2 working with auth in Elixir :-) Only have to change 2 files model/__init__.py and model/auth.py
Elixir __init__.py is the same as previous versions of tg2, and in auth.py only have to remove "require=true" in 3 columns in User table so CatWalk works when you need to insert a new user. Columns changed are: user_name, email_address, password I don't change anything in websetup.py and it works fine. Regards, Helio Pereira On 13 Jan, 20:06, Jonathan LaCour <[email protected]> wrote: > Mark Ramm wrote: > > Exactly, and not claiming support is not equal to it not working > > as jonathan says, he's using it extensively. But he's not using > > the default auth mechanisms, and he's not able to provide that > > level of support to turbogears users. > > > If someone is, we can easily add the elixir command back to > > quickstart. But we were shipping it, and it was broken, and > > nobody offered to help fix it. And while we could have done a > > one time fix, we would still be in this situation on every future > > release where we'd have to do that work without help from anybody > > in the elixir community. > > +1 on all accounts. I really wish I could be the one to offer this > support, but I just can't commit to that at the level I'd like > right now, at least until things settle down with the release of my > application. Working for a startup sucks the life out of you! > > I do try and respond to Elixir-related questions on the mailing list > when I have a chance, and I will continue to do that as much as time > allows. > > Keep up the great work on TG2, folks! > > -- > Jonathan LaCourhttp://cleverdevil.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
