saltPasswordWithApplicationId property
bool
get
saltPasswordWithApplicationId
If true (default) the password of the user will be salted together with the application id before sending it to the iCure backend for login or when changing the user password. This is done in addition to the server-side salting of the password before storing them.
By enabling this option iCure never gets access to the plain text password of users. Note that changing this value in a second moment requires also modifying the password of the user on the iCure databases to reflect the change.
Implementation
bool get saltPasswordWithApplicationId;