Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / nodeaccess @ 71d5a310

Nom Taille Révision Âge Auteur Commentaire
  nodeaccess_uuid 71d5a310 presque 4 ans Assos Assos Weekly update of contrib modules
  tests c2ac6d1d environ 5 ans Assos Assos Weekly update of contrib modules
CHANGELOG.txt 2,72 ko 71d5a310 presque 4 ans Assos Assos Weekly update of contrib modules
LICENSE.txt 17,7 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
README.txt 2,56 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
nodeaccess.admin.inc 15,4 ko c2ac6d1d environ 5 ans Assos Assos Weekly update of contrib modules
nodeaccess.api.php 1,32 ko c2ac6d1d environ 5 ans Assos Assos Weekly update of contrib modules
nodeaccess.info 407 octets 71d5a310 presque 4 ans Assos Assos Weekly update of contrib modules
nodeaccess.install 4,98 ko c2ac6d1d environ 5 ans Assos Assos Weekly update of contrib modules
nodeaccess.module 30,2 ko 668200bc plus de 4 ans Assos Assos Weekly update of contrib modules

Dernières révisions

# Date Auteur Commentaire
71d5a310 20/05/2020 23:13 Assos Assos

Weekly update of contrib modules

668200bc 21/08/2019 23:31 Assos Assos

Weekly update of contrib modules

c2ac6d1d 13/02/2019 23:43 Assos Assos

Weekly update of contrib modules

0695d136 15/10/2014 22:48 Assos Assos

Weekly update of contrib modules

f7a2490e 13/02/2014 15:56 Assos Assos

git mv htmltest drupal7

Voir les révisions

README


Node Access Module

(Hopelessly out of date)

This module allows you to manage permissions for nodes by role and user. In other words,
it implements per node access control for users and groups. With this module, you can
restrict access to any individual node without having to use taxonomy. You can assign
permission to view, edit or delete each individual node by user or role. Once enabled,
a 'grant' tab will appear on node pages. You can click this and assign permissions for
that node.

INSTALLATION:

Put the module in your drupal modules directory and enable it in admin/modules.

I would strongly recommend backing up your database before installing
this module...

IMPORTANT!

Once you check the enable box and submit the page, no nodes will be accessible to anyone
other than the admin user. You just set permissions on the nodeaccess settings page
(admin/settings/nodeaccess) to enable access to your site.

The settings page has a section for roles, and then a section for every node type you
have on your site.

ALLOWED ROLES:

The allowed roles section allows you to choose what roles will appear on the node grant
tab. Just check each role you want to appear. Note that you can still set defaults for
all roles as the admin user, these options just hide what is available on each node
page.

NODE TYPE SETTINGS:

For each node type on your site, you can set default role access permissions and choose
if the grant tab should be available on that page. If the show grant tab option is
not checked, the grant tab will not appear on the node page regardless of user permissions.

For each node type, you can also choose the default permissions for that type. To emulate
standard drupal permissions, you would give anonymous user and authenticated user view permissions
for each node type. Note that once this module is first enabled, no permissions are granted, so
it is important to set defaults.

The default permissions for each node type will apply to any node which does not have
permissions set, either at the time you submit the settings or when any new node is
created. For already existing nodes, the defaults will apply only to those nodes which
have not had custom permissions set on the node grants tab.

TIPS:

If you grant authenticated users edit permission, you cannot revoke that for any user
who is a member of authenticated users. For example, if you wanted all users to be able
to edit a node except for one user, you cannot do this by granted edit permission to
authenticated users, then adding the user to the node without view permissions. Drupal
doesn't let you do that.

Formats disponibles : Atom