New Features
- (superusers only) added the ability to impersonate other users. Located in the administration dropdown menu. You'll need to add
'NEMO.middleware.ImpersonateMiddleware',tosettings.pyfor this to work - default user reservation preferences can be overridden in settings.py with
USER_RESERVATION_PREFERENCES_DEFAULT = True
Bug Fix
- fixed a bug where access usage was not showing when clicking on areas in sidebar
Improvements
- removed hard coded urls which cause issues when deploying using subpath
- added success message when saving user preferences
- fixed authentication issues when using multiple authentication backends (especially when mixing pre-auth backends and backends using login page)