/* This file is part of jellything (https://codeberg.org/metamuffin/jellything) which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2026 metamuffin */ use jellyobject::fields; fields! { USER_LOGIN: &str = 0x1001 "login"; USER_PASSWORD: &str = 0x1002 "password"; USER_NAME: &str = 0x1003 "name"; USER_ADMIN: () = 0x1004 "admin"; }