########################################################################################## # This properties file specifies parameters for user registration and selfcare # NOTE: It is necessary to restart the WebSphere Portal Server after modifying # this values. ########################################################################################## # Note: not supported # Defines the controller classes for several devices # NOTE: only PC supportet yet # Default: # puma.controllerHTML = com.ibm.wps.puma.PumaControllerHTML puma.controllerHTML = com.ibm.wps.puma.PumaControllerHTML ########################################################################################## # USER DATA VALIDATION ########################################################################################## # Defines the class used for user validation. # default: # puma.userValidator = com.ibm.wps.puma.SimpleUserValidator puma.userValidator = com.ibm.wps.puma.SimpleUserValidator ########################################################################################## # The following entries can be used to customize the registration process for the # SimpleUserValidator. # # sample: # puma.ATTRIBUTE.min = specifies the minimum number of chars # puma.ATTRIBUTE.max = specifies the maximum number of chars # # If you set puma.ATTRIBUTE.min = 0 the ATTRIBUTE will be optional. # NOTE: The UID requires at least 1 character, otherwise the registration will fail! # NOTE: The PASSWORD requires at least 1 character, otherwise the registration will fail! # NOTE: The UID and PASSWORD chars values determine the allowable characters # ascii: a-z, A-Z, 0-9 # unicode: any character passing the java Character.isLetterOrDigit() test # extra_chars: additional characters that will be allowed # # The maximum count of chars is limited to 255. # Make sure that : puma.GIVEN_NAME.max + puma.SN.max <= 255 # # If you modify the values it is necessary to adapt the error messages in the registration.properties files. ########################################################################################## puma.UID.min = 3 puma.UID.max = 60 #puma.UID.charset = unicode puma.UID.charset = ascii puma.UID.extra_chars = ._- puma.GIVEN_NAME.min = 1 puma.GIVEN_NAME.max = 60 puma.SN.min = 1 puma.SN.max = 60 puma.PASSWORD.min = 5 puma.PASSWORD.max = 60 #puma.PASSWORD.charset = unicode puma.PASSWORD.charset = ascii puma.PASSWORD.extra_chars = ._- puma.MAIL.min = 3 puma.MAIL.max = 60 ########################################################################################## # # The following settings can be used to adapt the default group settings to your # environment # puma.group.cn -> RDN attribute for groups # puma.group.extra -> special characters allowed in groupnames # puma.group.cn.min -> minimum characters for group RDN attribute # puma.group.cn.min -> max characters for group RDN attribute. Ensure that the whole DN # is less 255 characters # ########################################################################################## #puma.group.cn=cn #puma.group.extra=, -_ puma.group.cn.min=1 puma.group.cn.max=200 ########################################################################################## # The following entry can be used to customize the required or non required User # Attributes during registration process # Atrtributes Names: UID,PASSWORD,GIVENNAME,SN,MAIL,PREFERREDLANGUAGE,INTEREST ########################################################################################## puma.requiredUserAttributes = UID,PASSWORD,GIVENNAME,SN,CN ########################################################################################## # The following entry can be used to customize the Jsp used during sign up and profile editing ########################################################################################## puma.userProfileForm = UserProfileForm puma.userProfileConf = UserProfileConf puma.congrats = Congrats puma.registrationError = RegistrationError ########################################################################################## # The following entry defines user common name pattern and can be used to customize common name # In the pattern, you can define which attribute is used. Therefore the max amount of attributes # has to be provided by puma.commonname.parts. See the following example for more details # # eg: firstname+" "+lastname # puma.commonname = {0} {1} # puma.commonname.parts = 2 # puma.commonname.0 = firstname # puma.commonname.1 = lastname # ########################################################################################## puma.commonname = {0} {1} puma.commonname.parts = 2 puma.commonname.0 = givenName puma.commonname.1 = sn
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.