drupal-roles

How do I give a specific user editing rights to a specific node?

半世苍凉 提交于 2019-12-04 09:32:21
问题 How do I give a specific user editing rights to a specific node? I have a user role named "Student". Multiple users have that role, only a few of them can edit a node. How can I realise this? 回答1: I'll try and cover a few use cases, with how I would solve them: If all members of a category of users can edit any node of a certain type Create a new role for that subset of users ('Super Students', as Emyr suggested) and grant them 'Edit content of type' permissions through Drupal's core