Menu:

The user managment in PyLucid

For the User management use this Django admin site views:

  • Django admin site -> Auth -> Users
  • Django admin site -> Auth -> Groups

You can create users and user groups there.

↑ permissions  #

You can create different kinds of Users:

  • The superuser can access and do everything

Users without superuser status must have explicit user permissions to view/change/delete things. The staff status defined if the user can access the admin panel.

↑ page permissions  #

You can limit the view/change permission for every page to a user group.
Use edit page -> edit all and expand the PageTree - Permissions block at the bottom of the page.

tag navi documentation | features | help
Fork me on GitHub