Andrea Patricelli created SYNCOPE-1751:
------------------------------------------
Summary: Improve password auto generation on propagation
Key: SYNCOPE-1751
URL: https://issues.apache.org/jira/browse/SYNCOPE-1751
Project: Syncope
Issue Type: Improvement
Components: core
Affects Versions: 3.0.2
Reporter: Andrea Patricelli
Assignee: Andrea Patricelli
Fix For: 3.0.3, 4.0.0
When "generate random password" flag is true on the resource, the actual
implementation generates a password only when missing on user create on
Syncope, not on the effective create on resource. Moreover the password
generation does not take into account policies on realms.
Improve the auto-generation behavior by:
# Use also realm policies in password generator.
# Generate random password (only if the flag is true) on effective user
creation on resource (could be an update on Syncope).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)