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.1.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.1-py3-none-any.whl (24.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for nemo_user_details-1.12.1.tar.gz
Algorithm Hash digest
SHA256 71ba4b30cceb3c884beaa8a30f40df1d89145127498f011007001ab5d69490b0
MD5 f9b9869afb16325db76d1e241b21847f
BLAKE2b-256 713335a2afbf0c5e6008bdc417156f0a6a5f4e29128ee304326080667fd8e258

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nemo_user_details-1.12.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6dcb1e94b59aee45aa8d0c160865ee004a520c2ebfcb827f3c8125b4e1665d03
MD5 c1ec9fb4bf6f19293b5b03faa0239608
BLAKE2b-256 c8f3d28518f586183738854b304e5c7e74fc8b615c8fd055a757c9e6db9eaef4

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