Hello
Is there a way to set the maximum length of a password that is
generated with the UME? I have set the maximum length of the password
to be 31 characters. If a user forgets their password and uses the get
support link, a 31 character password will be sent to the user.
We are using the portal with ECC 6.0.
Are there customizing switches in the portal password generation? We
want the maximum length of the password to be 31 characters. If a user
forgets their password, we would like them to receive a short password
consisting of 8 characters like we generate in the ABAP side not 31 characters.
In ABAP user management, there are customizing switches which can be
set to control the password generation as follows:
maintain in table PRGN_CUST:
- GEN_PSW_MAX_LETTERS (Maximum number of letters in generated password)
- GEN_PSW_MAX_DIGITS (Maximum number of numbers in generated password)
- GEN_PSW_MAX_SPECIALS (Maximum number of special characters in
generated password)
Please advise where to look and if this is possible. Thanks!