A script in Identity Manager Admin is used to manage the option.
See a list of all available options in the Smart ID use cases here: Users - Options
Prerequisites
-
Step-by-step instruction
Log in to Identity Manager Admin as Administrator.
In Identity Manager Admin, go to Home > Script.
Select the script UsersScriptOptions.
In the section Photo Managementin the script,go to the UsersPhotoHeightvariable, see the example. By default it is set to 400 pixels.
/*
Defines the height of user photo to set in pixels.
Possible options:
* 400(default) - User photo height set to 400 pixels.
*/
UsersPhotoHeight = "400"
In the section Photo Managementin the script,go to the UsersPhotoWidthvariable, see the example. By default it is set to 300 pixels.
/*
Defines the width of user photo to set in pixels.
Possible options:
* 300(default) - User photo width set to 300 pixels.
*/
UsersPhotoWidth = "300"
In the section Photo Management in the script, go to the UsersPhotoSize variable, see the example. By default it is set to 2048kB (2MB), which is the max size of the photo.
/*
Defines the max size of user photo to set in kilobytes.
Possible options:
* 2048(default) - User photo max size set to 2048kB(2MB).
*/
UsersPhotoSize = "2048"
Click Save in the upper left cornerto save the updated script (or exit without saving if there are no updates)