OG User Roles Access

Component type

module

Downloads

1081

Component created

Component changed

OG User Roles Access (OGURA) extends OGUR 4+ (OG User Roles) and introduces group roles specific node access realms.
Thus you can specify assign group specific roles to a user and have per content type specific access permissions.

This module overrides og_subscriber realms (on request) and further limits permissions instead of granting more permissions.

(Compatibility to OGUR before version 4.0 has not been tested and is not subject of this project.)

Parts of this functionality might be integrated in OGUR one day...

Webform Submissions ACL

Component type

module

Maintenance status

Development status

Downloads

2220

Component created

Component changed

Grant individual users access to the results of specific webforms.

Adds a tab to each webform "edit section" that allows you to add users that should be able to access the results of a webform, but not adjust the form itself.

Users who are granted access this way then don't see the "edit" tab on the webform but only the "results" tab. They can then view results, download them, ...

Node Agreement

Component type

module

Maintenance status

Development status

Downloads

989

Component created

Component changed

This module is useful to publish nodes that require an agreement to be signed by each user before they can access the content. Examples of agreements include Non-Disclosure Agreements, End-User License Agreements, etc. Nodes of any type can be protected by agreements, and each node can have its own specific agreement.

Block Content Per Role

Component type

module

Downloads

4044

Component created

Component changed

Block Content Per Role allows a block to be defined which contains content that is displayed depending on a weighted set of roles. This is useful, for example, if you want one block for a subscriber role, one for authenticated and one for anonymous.

This is difficult to do with Drupal out of the box as a users with the subscriber role will also be logged in and therefore also have the authenticated role. The Blocks system in Drupal does not allow a "complex" selection such as "Users with roles XYZ but not ABC".

Public Name

Component type

module

Maintenance status

Development status

Downloads

1690

Component created

Component changed

This module allows users to have a public name, shown as attribution and identity but not used for login. There are some significant requirements you must know about if you choose to use this module. See also http://drupal.org/project/realname for a module that accomplishes a similar purpose, but is more sophisticated and complex in its approach.

Licensing

Component type

module

Maintenance status

Development status

Downloads

4293

Component created

Component changed

This module allows administrators to moderate entity access by issuing licenses to site users. These licenses may optionally be set to expire at a predefined date and time.

8.x-1.x

This module provide a new "license" entity which can be used to moderate access to any other entity type(s) and bundle(s). These may be created via a (provided) user interface or programatically.

The license entity has the following base fields:

Inline Ajax Login

Component type

module

Downloads

2455

Component created

Component changed

Adds an AJAX Login/Registration page to any node/add form(s).

Users can login using their email address or username, depending on configuration, without having to leave the creation form. If the username or email address is not found in the database, a registration form is presented that may optionally include a username. If the username is not part of the registration process, the email address is used as username.