aboutsummaryrefslogtreecommitdiff
path: root/common/src
diff options
context:
space:
mode:
Diffstat (limited to 'common/src')
-rw-r--r--common/src/user.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/user.rs b/common/src/user.rs
index 1509eb4..f4aaa0b 100644
--- a/common/src/user.rs
+++ b/common/src/user.rs
@@ -10,4 +10,5 @@ fields! {
USER_LOGIN: &str = 0x1001 "login";
USER_PASSWORD: &str = 0x1002 "password";
USER_NAME: &str = 0x1003 "name";
+ USER_ADMIN: () = 0x1004 "admin";
}