Pylons / pyramid_tutorials

Tutorials for Pyramid
https://docs.pylonsproject.org/projects/pyramid/en/latest/
89 stars 63 forks source link

Update of the login method decorator #64

Closed voidz0r closed 10 years ago

voidz0r commented 10 years ago

It looks like the @view_config conflicts with the @forbidden_view_config. Updating this way will work.

mmerickel commented 10 years ago

You just removed the login view from the app, which is almost certainly not what you want to do. Perhaps you can be more clear about what problem you're trying to solve here.

voidz0r commented 10 years ago

Uhm, it looks like i got some caching issues before...i tried now and it works the way the tutorial says. Sorry for wasting your time sir, i'm gonna close the request.