Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New field user member_number #2406

Closed
2 of 6 tasks
luisa-beerboom opened this issue May 6, 2024 · 1 comment · Fixed by #2412
Closed
2 of 6 tasks

New field user member_number #2406

luisa-beerboom opened this issue May 6, 2024 · 1 comment · Fixed by #2412
Assignees
Labels
Milestone

Comments

@luisa-beerboom
Copy link
Member

luisa-beerboom commented May 6, 2024

See OpenSlides/OpenSlides#6759

  • Add a new field member_number to the user model.
  • Change user.update and user.create to make it settable, but very restricted (TODO: what permissions?)
  • Add as new column to account/participant import
    • Matching should be done based on this column as well
    • Throw error if the given number does not match the username/saml_id/other matching criteria
    • number can only be set via import if it is empty on the user and he is identified through some other matching criteria.
@luisa-beerboom
Copy link
Member Author

I used the same permissions as with the username for now

@luisa-beerboom luisa-beerboom changed the title New field user number New field user member_number May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant