Greetings I have another question from beginner:
In web2py book reads as follows: "By default they are all exposed, but it is possible to restrict access to only some of these actions." Referring to the following: http://.../ [app] / default / user / register http://.../ [app] / default / user / login http://.../ [app] / default / user / logout http://.../ [app] / default / user / profile http://.../ [app] / default / user / change_password http://.../ [app] / default / user / verify_email http://.../ [app] / default / user / retrieve_username http://.../ [app] / default / user / request_reset_password http://.../ [app] / default / user / reset_password http://.../ [app] / default / user / impersonate http://.../ [app] / default / user / groups http://.../ [app] / default / user / not_authorized Is it possible to expose only some of these actions?