Skip to content

Commit 11c6582

Browse files
committed
docs: add "roles" to list of required user object properties.
Not sure why it wasn't there before. Without the "roles" property the authorization system kind of fails.
1 parent abf50e6 commit 11c6582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ You must never:
686686
**Remove the user class**
687687
This class is the only *required* class in Roundup.
688688

689-
**Remove the "username", "address", "password" or "realname" user properties**
689+
**Remove the "username", "address", "password", "roles" or "realname" user properties**
690690
Various parts of Roundup require these properties. Don't remove them.
691691

692692
**Change the type of a property**

0 commit comments

Comments
 (0)