Ok sorry for the little info
I log into the general admin (http://127.0.0.1:8000/admin/default/
index)
I create an application
I try to edit the database with appadmin.py but it just redirects me
if I do not comment: if not gluon.fileutils.check_credentials
(request): redirect(URL(a='admin', c='default', f='index'))

web2py Version 1.72.3 (2009-11-10 09:17:13)

On Dec 14, 3:27 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
> I am not sure the behavior you experience is wrong. Is this about
> appadmin? Did you try after login in admin? can you show us the
> workflow you experience and what you expect? Which web2py version?
>
> Massimo
>
> On Dec 14, 4:06 am, selecta <gr...@delarue-berlin.de> wrote:
>
>
>
> > if not gluon.fileutils.check_credentials(request):
> > redirect(URL(a='admin', c='default', f='index'))
>
> > Whenever this line is in my code I always get redirected, I have no
> > idea what to do to avoid that (other than commenting out this line).
>
> > I access the server from localhost with an normal http request.
>
> > Please help me.

--

You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to