auth.settings.actions_disabled=['groups','impersonate'] # etc etc
On Nov 24, 12:34 pm, appydev <[email protected]> wrote: > 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 / registerhttp://.../[app] / default / user > / loginhttp://.../[app] / default / user / logouthttp://.../[app] / default / > user / profilehttp://.../[app] / default / user / > change_passwordhttp://.../[app] / default / user / > verify_emailhttp://.../[app] / default / user / > retrieve_usernamehttp://.../[app] / default / user / > request_reset_passwordhttp://.../[app] / default / user / > reset_passwordhttp://.../[app] / default / user / impersonatehttp://.../[app] > / default / user / groupshttp://.../[app] / default / user / not_authorized > > Is it possible to expose only some of these actions?

