8000 Merge pull request #135 from giastfader/master · githubcs/baasbox@3d4a98e · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d4a98e

Browse files
committed
Merge pull request baasbox#135 from giastfader/master
Fixed baasbox#134
2 parents deceba8 + 284f66c commit 3d4a98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/com/baasbox/enumerations/DefaultRoles.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
public enum DefaultRoles {
2525
ADMIN ("administrator","admin","Administrative role, users belonging to this role are Gods",true,false) ,
2626
REGISTERED_USER ("registered","writer","Default role for new registered users",true,false) ,
27-
ANONYMOUS_USER ("anonymous" ,"reader","Role used internally to access to the internal db with low privileges",false,false),
27+
ANONYMOUS_USER ("anonymous" ,"writer","Role used internally to access to the internal db with low privileges",false,false),
2828
BACKOFFICE_USER ("backoffice","writer","Preconfigured role to give users belonging to it the grants to access the contents generated by the registered users",true,false),
2929

3030
/*Internal pre-configured OrientDB roles, other ones inherit from them */

0 commit comments

Comments
 (0)
0