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-User-Details NEMO NEMO-CE
1.12.0 >= 7.3.0 >= 7.3.0
1.9.0 >= 5.5.0 >= 2.4.0
1.7.0 >= 4.7.0 >= 1.7.0
1.6.0 >= 4.5.0 >= 1.2.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.12.0.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.12.0-py3-none-any.whl (25.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for nemo_user_details-1.12.0.tar.gz
Algorithm Hash digest
SHA256 8e542bc4e179e5f0233e47fb54e63cb45e89eb7fe9c4d7b5c21e985dc5be753c
MD5 ee5d98a3aa39e794c1551e8d76777eca
BLAKE2b-256 a073d2a0dac3538ac753a6eb3d71984f50fffc7ac3b32951eeed35c18dcc9116

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nemo_user_details-1.12.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bb5006a922e7002d48ec11fd6072883f2c8969066c1875bc3ec707cb5ece93e9
MD5 574e57f7eb717ea6cd891784407ffa2c
BLAKE2b-256 f42d7deaf139c9f93bef2f762729a084172ecb91e23360bdb577298f8f35acff

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