...
This enhancement offers a more intuitive and detailed viewing experience, especially for users monitoring trends closely.
...
New Configuration Parameter:
enabledAutoSignInAfterSignUp
Description: Introduced a new parameter,
enabledAutoSignInAfterSignUp
, to the configuration file, providing enhanced control over the user sign-in experience post-registration.Functionality
true
: Automatically logs the user into the system immediately after successful registration, streamlining the onboarding experience.false
: Redirects the user to the login form after registration, requiring email verification before they can log in for added security.
Benefits: This parameter allows for flexible configuration of the registration flow, enabling a balance between convenience and security based on system requirements.
...