Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tutorial:adm:modules_reg [2018/02/15 08:48]
kopro fix info
tutorial:adm:modules_reg [2020/11/16 12:12] (current)
doischert [Reg module configuration]
Line 49: Line 49:
   * **idm.pub.reg.note.enabled** - enabled note for request.   * **idm.pub.reg.note.enabled** - enabled note for request.
   * **idm.pub.reg.note.required** - required note, beware if you set note as disabled and at the same time you set required note. **Note will not be required**.   * **idm.pub.reg.note.required** - required note, beware if you set note as disabled and at the same time you set required note. **Note will not be required**.
 +  * **idm.sec.reg.find.caseinsensitive** - write the list of codes of attributes (comma separated) for which the find is supposed to be case insenstitive. This is useful when activating account: if the identity in IdM has email "Jan.Novak@email.com" but the user tries to activate the account with email "jan.novak@email.com", it is not possible to activate the account without setting this property to 'true'. False by default. Since 2.3.2.
  
 Steps 1-6 or their parts can be disabled by the following processors: request-confirm-processor, request-approve-processor, identity-finalize-processor, user-notification-processor, notification-processor, request-delete-processor. Steps 1-6 or their parts can be disabled by the following processors: request-confirm-processor, request-approve-processor, identity-finalize-processor, user-notification-processor, notification-processor, request-delete-processor.
  • by kopro