* moves mail sending to celery worker using shared_task in konova/tasks.py * adds mail sending for shared access given * adds UserNotification settings checks for mail sending * adds/updates translations
* moves mail sending to background using celery
* refactors django User model to custom User model to provide further attributes and methods directly on the user model