diff options
Diffstat (limited to 'common/src')
| -rw-r--r-- | common/src/user.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/user.rs b/common/src/user.rs index 939438d..47716da 100644 --- a/common/src/user.rs +++ b/common/src/user.rs @@ -8,7 +8,7 @@ use jellyobject::fields; fields! { USER_LOGIN: &str = 1001 "login"; - USER_PASSWORD: &str = 1002 "password"; + USER_PASSWORD: &[u8] = 1002 "password"; USER_NAME: &str = 1003 "name"; USER_ADMIN: () = 1004 "admin"; |