Implemented/hopefully fixed login/logout/register functionality.
Extended User model with Profile model and used signals to automatically create a Profile instance when a User instance is created. Styled authentication templates/forms. To change usertypes of users, create superuser and change usertype in admin panel.