Hi Sebastian,

Thanks for your reply, I had to read db.py again and again

#
########################################################################
# # then, to expose authentication
# # http://..../[app]/default/user/login
# # http://..../[app]/default/user/logout
# # http://..../[app]/default/user/register
# # http://..../[app]/default/user/profile
# # http://..../[app]/default/user/retrieve_password
# # http://..../[app]/default/user/change_password
# # use the following action in controller default.py
##
# #     def user(): return dict(form=auth())


before I realised that I only have to uncomment the line

def user(): return dict(form=auth())

in the controller to make the http://.../[app]/default/user/login
available, I thought I had to uncomment all the http://.. lines, but
that resulted in a ticket being issued. Must be my lack of Python and
web2py knowledge.


Another question: when I expose user there are four buttons: admin,
request, session and response, which when you click on them display
information I don't wish to expose to the visitor. How do I get rid of
them and what is their function?


Best regards,

Annet
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@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