Foros de discusión

account creatio confirm by user

thumbnail
Daniele Trasarti, modificado hace 16 años.

account creatio confirm by user

New Member Mensajes: 6 Fecha de incorporación: 7/02/07 Mensajes recientes
Hi!
I'd like to realize following behavior for creation of new user by porlet SIGN IN:
1- a user specifies all necessary informations (first name, last name, ..etc.)
2- whe the user click "save" the account is not direclty saved on liferay database but a mail is sent to new user to ask confirm for account creation.
3- if the user confirm creation the account is created by Liferay and the password is sent to the user

Can anyone tell me if it is possible in Liferay?
thanks
thumbnail
Renato Losio, modificado hace 16 años.

RE: account creatio confirm by user

Regular Member Mensajes: 124 Fecha de incorporación: 25/10/06 Mensajes recientes
Hello.

That's not something you can simply achieve out of the box changing a parameter in the configuration ifle portal-ext.properties.

I'm not sure how you can implement a confirm code without creating a (dsiabled) user first, you need at least to add a support table where you keep valid codes to be confirmed. But why don't you simply hide the password in the jsp from the sign up process , send the user a password by email and simplify the registration process?

The only way the user can have the password is providing a valid email, so you have anyway a solution to validate the user.

cheers

r
thumbnail
Daniele Trasarti, modificado hace 16 años.

RE: account creatio confirm by user

New Member Mensajes: 6 Fecha de incorporación: 7/02/07 Mensajes recientes
hi Renato,
I think at last that your solution is better.
bye
thumbnail
Luis Antonio Rodríguez González, modificado hace 11 años.

RE: account creatio confirm by user

Junior Member Mensajes: 41 Fecha de incorporación: 5/06/12 Mensajes recientes
Daniele Trasarti:
hi Renato,
I think at last that your solution is better.
bye


Hello, a easier way to do it it's with the following propertie in the portal-ext.properties file:

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

Bye
thumbnail
Luis Antonio Rodríguez González, modificado hace 11 años.

RE: account creatio confirm by user

Junior Member Mensajes: 41 Fecha de incorporación: 5/06/12 Mensajes recientes
Luis Antonio Rodríguez González:
Daniele Trasarti:
hi Renato,
I think at last that your solution is better.
bye


Hello, a easier way to do it it's with the following propertie in the portal-ext.properties file:

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

Bye

Hello, you can also do it from the control panel: Control Panel > Portal > Portal Settings, section Authentication, check box Require strangers to verify their email address?.

Bye