Opened 10 years ago
Closed 10 years ago
#595 closed enhancement (fixed)
Automatically add a creator from the available attributes
Reported by: | Twan Goosen | Owned by: | Twan Goosen |
---|---|---|---|
Priority: | minor | Milestone: | VirtualCollectionRegistry-1.0 |
Component: | VCRegistry | Version: | |
Keywords: | Cc: |
Description
If the common name and/or e-mail address of the logged in user are known (e.g. from shibboleth attributes), automatically add a Creator to newly created collections. This should probably only happen when creating via UI or submitting from an HTML form, and not via an XML POST to the REST service.
Change History (2)
comment:1 follow-up: 2 Changed 10 years ago by
Owner: | set to Twan Goosen |
---|---|
Status: | new → accepted |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Replying to twan.goosen@…:
If time permits, add the option to persistently override/extend on the SAML properties (i.e. add some properties to the User model class to be read in a new CreatorProvider)
Split off this functionality into #621 (not on the 1.0 milestone).
Note: See
TracTickets for help on using
tickets.
Implemented the 'add me' action that adds a creator based on SAML attributes in [5519:5523/VirtualCollectionRegistry].
If time permits, add the option to persistently override/extend on the SAML properties (i.e. add some properties to the User model class to be read in a new CreatorProvider)