Problem is now with authkit configuration.

On the begining when i write server.com/something line

 map.connect('/', controller='account', action='index')

"redirect me" to account/index - and do this well. But index action of
account controller looks like:

@authorize(CustomUser())
def index(self):

so there is authkit now move me to redirect URL

# Authkit configuration
authkit.signin = /account/signin
authkit.setup.method = redirect
authkit.redirect.url = /account/signin

How configure prefix in authkit or something like that ?

Greeings from Poland
--
Jan Koprowski
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to