Closed
Description
Expected Behavior
The FormLoginDsl
should contain usernameParameter
and passwordParameter
properties.
formLogin {
usernameParameter = "account"
passwordParameter = "pw"
}
Current Behavior
The FormLoginDsl
does not contain these properties.
Context

I cannot rename the HTTP parameters used for authentication in the Kotlin DSL.