Qare Internals
    SQL Tables
    Schema
    Plugins
    API
 Site Map
 
login
 
 QareApplications
        AppDir
        ChangePassword
        Count
        CreateAccount
        Delegation
        DelegationDisplay
        DeleteRemote
        HelloWorld
        Inbox
        Login
        Logout
        Pending
        Ping
        Refresh
        Register
        RemoteAccount
        UserGroups
 

Login application helps user to log inside the qare application. This simply does user authentication. As the user logs in, its records of privileges in the userdelegations table gets updated and next appears the list of applications the user is authorised to use alongwith the description and help links for each permission.


Table Usage
localPrivileges table The table is used when this applications checks to see if the user has a login privilige.
Login Overview