Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the user can’t be related with a Researcher Page, in the MyDSpace page a list of possible matches is showed; the application search by full name (or at least by last name) to retrieve these matches. This query could be filtered changing the configuration , see https://github.com/4Science/DSpace/blob/dspace-5_x_x-cris/dspace/config/dspace.cfg#L2332in the dspace.cfg:

Code Block
languagetext
# Filter MyDSpace list of possible user match
cris.RPAuthority.mydspace_possible_matches.filter = -crisrp.staffmember:internal  

      
        






Researcher Profile page

The "claim" button appears if the following  conditions are met (all in logical AND):

...

1.     claim enabled by configuration: in cris.cfg ( [dspace]/modules/cris.cfg)


Property

Description

rp.claim.enabled

Activate/deactivate the claim profile; default is false = claim inactive


2.     current user has no right to edit the RP (see also CRIS delegate admin)

...