Fórum

emailVerified field value for User entity while upgrading to 6.2

thumbnail
Pankaj Kathiriya, modificado 8 Anos atrás.

emailVerified field value for User entity while upgrading to 6.2

Liferay Master Postagens: 722 Data de Entrada: 05/08/10 Postagens Recentes
Hi,

In liferay 5.2, we don't have emailVerified field in User_ table as in 5.2 liferay was not supported for email-verification.

Now, if we upgrade liferay 5.2 to liferay 6.2, what would be default value for emailVerified value for user entity.?

Regards,
thumbnail
Andrew Jardine, modificado 8 Anos atrás.

RE: emailVerified field value for User entity while upgrading to 6.2

Liferay Legend Postagens: 2416 Data de Entrada: 22/12/10 Postagens Recentes
The default in 6.2 is false as can be seen by this property --


    #
    # Set this to true if strangers who create accounts need to be verified via
    # email.
    #
    company.security.strangers.verify=false


Is your concern that you will upgrade from 5.2 -> 6.2 and that all your users will then have to verify their email address? If so, I doubt that is the case but it'd be a pretty simple thing to test on your local machine.