https://github.com/zotonic/mod_acl_adminonly
Simple Access Control module for Zotonic
https://github.com/zotonic/mod_acl_adminonly
acl module zotonic
Last synced: about 1 year ago
JSON representation
Simple Access Control module for Zotonic
- Host: GitHub
- URL: https://github.com/zotonic/mod_acl_adminonly
- Owner: zotonic
- License: apache-2.0
- Created: 2016-07-04T08:57:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T09:55:14.000Z (about 9 years ago)
- Last Synced: 2025-01-16T05:30:26.255Z (over 1 year ago)
- Topics: acl, module, zotonic
- Language: Erlang
- Homepage: http://zotonic.com/
- Size: 19.5 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mod_acl_adminonly
=================
An ACL module for providing access to the admin.
This module is *only* intended for very simple sites which don’t need
any fine-grained access control.
Every authenticated user is given full administrator access to the whole
Zotonic site.
This is **very dangerous** for sites that have other users than yourself.
We strongly encourage usage of the `mod_acl_user_groups` which allows for
much better and fine-grained access control.
**NOTE** This module is shipped with the 0.x Zotonic versions. It has
been removed from the 1.0 to encourage use of the `mod_acl_user_groups`
access control module.