Skip to main content

User details plugin for NEMO

Project description

Code style: black PyPI - Python Version PyPI

NEMO User Details

This plugin for NEMO adds extra fields to users.

The following fields can be enabled in Customization -> User details:

  • employee id
  • ORCID
  • Scopus ID
  • Researcher ID (Web of Science)
  • Google scholar ID
  • phone number
  • emergency contact
  • groups (from django authentication groups)
  • gender
  • race
  • ethnicity
  • education level

If groups are enabled, there will also be a new option in email broadcast to email based on the groups they belong to.

Installation

pip install NEMO-user-details

django-admin migrate NEMO_user_details

Add NEMO User Details

in settings.py add to INSTALLED_APPS:

INSTALLED_APPS = [
    '...',
    'NEMO_user_details',
    '...'
]

to track changes to details with auditlog, in settings.py add to AUDITLOG_INCLUDE_TRACKING_MODELS:

AUDITLOG_INCLUDE_TRACKING_MODELS = (
    '...',
    "NEMO_user_details.UserDetails",
    '...',
)

Usage

Go to Detailed administration to add choices for each field if needed (groups, gender, ethnicity, race, education level).

Then go to Customization -> User details and select which fields you want to enable and require.

Then simply navigate to the User page in the Administration menu and the new fields will be available.

NEMO Compatibility

NEMO >= 5.5.0 & NEMO-CE >= 2.4.0 ----> NEMO-user-details >= 1.9.0

NEMO >= 4.7.0 & NEMO-CE >= 1.7.0 ----> NEMO-user-details >= 1.7.0

NEMO >= 4.5.0 & NEMO-CE >= 1.2.0 ----> NEMO-user-details >= 1.6.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nemo_user_details-1.11.2.tar.gz (17.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nemo_user_details-1.11.2-py3-none-any.whl (24.9 kB view details)

Uploaded Python 3

File details

Details for the file nemo_user_details-1.11.2.tar.gz.

File metadata

  • Download URL: nemo_user_details-1.11.2.tar.gz
  • Upload date:
  • Size: 17.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for nemo_user_details-1.11.2.tar.gz
Algorithm Hash digest
SHA256 b8595a45791e022f49a559447f4169d0bdbe9a1b2e5dc93e45315b238e786e20
MD5 87a8397f67f808793dfc163162989c42
BLAKE2b-256 efce2dc431268e000d318a6778275a0fb4ebca3c5bf9ddfdc794ea88374b648e

See more details on using hashes here.

File details

Details for the file nemo_user_details-1.11.2-py3-none-any.whl.

File metadata

File hashes

Hashes for nemo_user_details-1.11.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8cb4cf84933724f3d0d094fa7450c3587f1ef8ef382893d84743b3c4cba80a93
MD5 95e68471a78166b234834966cdab7b7d
BLAKE2b-256 6dcc381daeba1f966547f8248a8c7ec5abdafcd01fc848bb2185ee17e52caee1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page