Do you have your own register action? If you do the append statement
would be ignored.

On Apr 8, 4:43 pm, carlo <[email protected]> wrote:
> thank you Yarko for replying. Well it is really a strange behaviour, I
> am trying to isolate the problem.
>
> For now I have the feeling that my problem ha something to do with
> routes.py, this is my routing rule:
>
> routes_in = (('/$f', '/init/default/$f'),)
>
> routes_out = (('/init/default/$f', '/$f'),)
>
> In fact the login page, where you are redirected after you call an
> auth-decorated function, breaks the above rule:
>
> http://www.mysite.com/init/default/user/login?_next=/add
>
> Do you think this make any sense? Could this in any way affect the
> 'register' page so that it is not disabled?
>
> carlo
>
> On 8 Apr, 19:27, Yarko Tymciurak <[email protected]> wrote:
>
> > I've just tried this in both trunk, and 1.76.5, and in each I get a
> > "404 NOT FOUND"  when I hit "register"...
>
> > Perhaps say more about what you are doing that you think this does not
> > work...
>
> > On Apr 8, 10:05 am, carlo <[email protected]> wrote:
>
> > > Following the manual I put this statement in my model file but it
> > > seems I can still access the register page and register a new user:
> > > did I miss something?
>
> > > carlo
>
> --
> You received this message because you are subscribed to the Google Groups 
> "web2py-users" 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 
> athttp://groups.google.com/group/web2py?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" 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/web2py?hl=en.

Reply via email to