Qare Internals
    SQL Tables
        Account
        appData
        appTable
        Applications
        Inbox
        KeyPair
        localPrivileges
        message
        pendingMessage
        privilege
        project
        registerInfo
        RegisterPending
        remoteAccount
        session
        System
        user
        userDelegations
    Schema
    Plugins
    API
 Site Map
 
Account Table
When a user creates his or her own account locally a row is added to this table containing id for that particular user, password, the account opening date and the session Id.
 
 QareApplications
        AppDir
        ChangePassword
        Count
        CreateAccount
        Delegation
        DelegationDisplay
        DeleteRemote
        HelloWorld
        Inbox
        Login
        Logout
        Pending
        Ping
        Register
        RemoteAccount
        UserGroups
 



FIELD
TYPE
DESCRIPTION
userId
int(10) unsigned (PRI)
The user identifier,by whose account is opened.
openingDate
datetime
The account opening date.
password
tinytext
The Password
sessionId
bigint(20)
The session's identifier which is used to evoke some programs locally.