Move email validation change docs to migration guide of 22.0.3
closes #23124
This commit is contained in:
parent
c7dcef7af8
commit
36dd9cb937
3 changed files with 12 additions and 6 deletions
|
@ -11,9 +11,3 @@ The old LinkedIn way based on OAuth seems to be completely removed from the link
|
|||
```
|
||||
kc.[sh|bat] start --features linkedin-oauth ...
|
||||
```
|
||||
|
||||
= 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.
|
||||
|
||||
```
|
||||
kc.[sh|bat] start --spi-user-profile-declarative-user-profile-max-email-local-part-length=100 ...
|
||||
```
|
|
@ -0,0 +1,8 @@
|
|||
= 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 ...
|
||||
```
|
|
@ -4,6 +4,10 @@
|
|||
|
||||
include::changes-23_0_0.adoc[leveloffset=3]
|
||||
|
||||
=== Migrating to 22.0.3
|
||||
|
||||
include::changes-22_0_3.adoc[leveloffset=3]
|
||||
|
||||
=== Migrating to 22.0.2
|
||||
|
||||
include::changes-22_0_2.adoc[leveloffset=3]
|
||||
|
|
Loading…
Reference in a new issue