Skip to content

0.4.0

Choose a tag to compare

@xrmx xrmx released this 24 May 10:09
· 29 commits to master since this release

This release requires running migrations and updating LabAdmin configurations.

configuration changes

versatileimagefield should be added to the INSTALLED_APPS in settings.py:

INSTALLED_APPS = [
   # ...
    'versatileimagefield',
]

Device user codes

We''ve added the possibility to use a device specific code to authorize a user with a specified Device. This is handly when your device can't be authorised using the nfc card or your nfc readers disagree on the id of the very same card.

These codes may be added from the UserProfile admin page.

The API for opening doors and using devices have been extended to support a code parameter in alternative to nfc_id. The code expect a string.

Pictures in user profile

User may now upload pictures in their userprofile.