Hnxml Standard
    Preparing search index...

    Interface account

    Accounts for nodes within

    节点的账号

    <account username="Matt" password="testpass" type="ALL" />
    
    interface account {
        children?: never;
        password: string;
        type: string;
        username: string;
    }
    Index

    Properties

    children?: never
    password: string
    type: string

    Adds an account to this computer. Type represents it's privileges :

    ADMIN = 0; ALL = 1; (Can Delete files) MAIL = 2; (for mail accounts) MISSIONLIST = 3; (for mission listing server accounts)

    You can use the number or the name of the type.

    username: string