User Registration / Recover Password Login Screen "template"

Thanks to the great User Registration sample project I was able to get User Registration working on a test app.

It would be nice if Cuba Studio had these common use case login screens as “templates” in the studio.

A login screen template with the recover password link pre-built
and a login screen template with the user registration link pre-built + the recover password link

In my case I set the login to the users email address and captured the name as well.
(you can’t recover a password, if no email address was set at user registration)

I would also add the following functionality
ability to require user email confirmation, sending confirmation emails, and activating user when the activation link is clicked
ability to resend user email confirmation messages

1 Like

Is the above mentioned functionalities added?