AuthenticationPluginBit

Created by: Lester Caine, Last modification: 17 Apr 2009 (06:54 UTC)
This is the base authentication method used by bitweaver. It stores user information in the USERS_USERS internal table, and authenticates users against that table. Lookup is by user id or postcode both of which are forced to lower case before matching, and the selected password method is then used to confirm a users access permission.

See UsersPackage for more details