-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ Content-Type: application/json | |
[ | ||
{ | ||
"@id": "http://localhost:55001/plone/@groups/Administrators", | ||
"can_delete": true, | ||
"description": "", | ||
"email": "", | ||
"groupname": "Administrators", | ||
|
@@ -21,6 +22,7 @@ Content-Type: application/json | |
}, | ||
{ | ||
"@id": "http://localhost:55001/plone/@groups/Reviewers", | ||
"can_delete": true, | ||
"description": "", | ||
"email": "", | ||
"groupname": "Reviewers", | ||
|
@@ -38,6 +40,7 @@ Content-Type: application/json | |
}, | ||
{ | ||
"@id": "http://localhost:55001/plone/@groups/Site Administrators", | ||
"can_delete": true, | ||
"description": "", | ||
"email": "", | ||
"groupname": "Site Administrators", | ||
|
@@ -55,6 +58,7 @@ Content-Type: application/json | |
}, | ||
{ | ||
"@id": "http://localhost:55001/plone/@groups/ploneteam", | ||
"can_delete": true, | ||
"description": "We are Plone", | ||
"email": "[email protected]", | ||
"groupname": "ploneteam", | ||
|
@@ -73,6 +77,7 @@ Content-Type: application/json | |
}, | ||
{ | ||
"@id": "http://localhost:55001/plone/@groups/AuthenticatedUsers", | ||
"can_delete": true, | ||
"description": "Automatic Group Provider", | ||
"email": "", | ||
"groupname": "AuthenticatedUsers", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ Content-Type: application/json | |
[ | ||
{ | ||
"@id": "http://localhost:55001/plone/@groups/ploneteam", | ||
"can_delete": true, | ||
"description": "We are Plone", | ||
"email": "[email protected]", | ||
"groupname": "ploneteam", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ Content-Type: application/json | |
|
||
{ | ||
"@id": "http://localhost:55001/plone/@groups/ploneteam", | ||
"can_delete": true, | ||
"description": "We are Plone", | ||
"email": "[email protected]", | ||
"groupname": "ploneteam", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ Content-Type: application/json | |
[ | ||
{ | ||
"@id": "http://localhost:55001/plone/@users/admin", | ||
"can_delete": true, | ||
"description": "This is an admin user", | ||
"email": "[email protected]", | ||
"fullname": "Administrator", | ||
|
@@ -28,6 +29,7 @@ Content-Type: application/json | |
}, | ||
{ | ||
"@id": "http://localhost:55001/plone/@users/test_user_1_", | ||
"can_delete": true, | ||
"description": "This is a test user", | ||
"email": "[email protected]", | ||
"fullname": "Test User", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ Content-Type: application/json | |
|
||
{ | ||
"@id": "http://localhost:55001/plone/@users/noam", | ||
"can_delete": true, | ||
"description": "Professor of Linguistics", | ||
"email": "[email protected]", | ||
"fullname": "Noam Avram Chomsky", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ Content-Type: application/json | |
[ | ||
{ | ||
"@id": "http://localhost:55001/plone/@users/noam", | ||
"can_delete": true, | ||
"description": "Professor of Linguistics", | ||
"email": "[email protected]", | ||
"fullname": "Noam Avram Chomsky", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ Content-Type: application/json | |
[ | ||
{ | ||
"@id": "http://localhost:55001/plone/@users/noam", | ||
"can_delete": true, | ||
"description": "Professor of Linguistics", | ||
"email": "[email protected]", | ||
"fullname": "Noam Avram Chomsky", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ Content-Type: application/json | |
|
||
{ | ||
"@id": "http://localhost:55001/plone/@users/noam", | ||
"can_delete": true, | ||
"description": "Professor of Linguistics", | ||
"email": "[email protected]", | ||
"fullname": "Noam Avram Chomsky", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ Content-Type: application/json | |
[ | ||
{ | ||
"@id": "http://localhost:55001/plone/@users/noam", | ||
"can_delete": true, | ||
"description": "Professor of Linguistics", | ||
"email": "[email protected]", | ||
"fullname": "Noam Avram Chomsky", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ Content-Type: application/json | |
|
||
{ | ||
"@id": "http://localhost:55001/plone/@users/noam", | ||
"can_delete": true, | ||
"description": null, | ||
"email": "[email protected]", | ||
"fullname": null, | ||
|