You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TESTING.md
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Any additional modules required will be enabled as a dependency of the custom _*
20
20
21
21
1. Install **ubc_cwl_auth** module, with dependencies, into a Drupal 10 site. Check for:
22
22
- all dependent modules have been installed
23
-
- the CWL role has been added, and has **access private content** permissions
23
+
- the CWL role has been added
24
24
- the Visibility taxonomy vocab has been added
25
25
- the Visibility taxonomy vocab contains 2 terms called General and CWL
26
26
- General has Allowed Roles of Anonymous and Authenticated
@@ -55,11 +55,6 @@ Any additional modules required will be enabled as a dependency of the custom _*
55
55
56
56
**Method** : Create a content type and provide **Entity Bundle Permissions** to enable CWL users to access. Anonymous users should not be able to access; instead should see 403 page with message and CWL Login link.
57
57
58
-
2. Using a content type that is accessible to anonymous users, configure a single node to be accessible by CWL users.
59
-
60
-
**Dependencies** : private_content
61
-
62
-
**Method** : Configure permissions for CWL users to **access private content**. Enable a single node to be private. Anonymous users should not be able to access; instead should see 403 page with message and CWL Login link.
63
58
64
59
### Views
65
60
@@ -69,11 +64,6 @@ Any additional modules required will be enabled as a dependency of the custom _*
69
64
70
65
**Method** : Create View and test Anonymous and CWL users for access
71
66
72
-
2. Create a View, and configure Access to be Permission: **access private content**
73
-
74
-
**Dependencies** : private_content
75
-
76
-
**Method** : Create View and test Anonymous and CWL users for access
0 commit comments