66cffca3d4
Closes #27632 Signed-off-by: AndyMunro <amunro@redhat.com> Signed-off-by: Alexander Schwartz <aschwart@redhat.com> Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
8 lines
No EOL
396 B
Text
8 lines
No EOL
396 B
Text
= A new parameter for specify max length of email local part
|
|
|
|
A new parameter `--spi-user-profile-declarative-user-profile-max-email-local-part-length` is added to set max email local part length taking backwards compatibility
|
|
into consideration. The default value is 64. Example of usage:
|
|
|
|
```
|
|
kc.[sh|bat] start --spi-user-profile-declarative-user-profile-max-email-local-part-length=100 ...
|
|
``` |