Annotation Database User Management

From MediaWiki
Jump to navigation Jump to search

The annotation database Website provides content and tools that are only available to logged-in users. The site uses Django for the back end, which provides user management and authentication services used by the front end. The authentication is actually handled by Knox.

Users of the Website are represented by a Django model called MSEAUser which derives from the built-in User model. Unfortunately, at the present time, User objects must be created by the usual Django method through the User admin page, then the MSEAUser object must be created and linked to the User object through the MSEAUser admin page.