Start United States USA — software Creating Account Activation Links for User Registration in Vaadin Applications

Creating Account Activation Links for User Registration in Vaadin Applications

275
0
TEILEN

In this article, I’ll show you how to generate activation links that you can send to the users so that they can complete the registration process.
Join the DZone community and get the full member experience. In a previous article, I explained how to implement a sign-up view to register new users within the application. In this article, I’ll show you how to generate activation links that you can send to the users so that they can complete the registration process. The general idea for implementing account activation codes is to generate a random string and store it in the database. You use that string to create a link to your application and send it to the user, for example via e-mail (covered in the next article).

Continue reading...