Added by Emir Cem about 13 years ago
Hello,
I want to use Wt::Auth::RegistrationWidget separately with the Wt::Auth::AuthenticationWidget. I have two applications.
First application just process registration operation. Second application just process authentication operation. How can i use Wt::Auth::RegistrationWidget without using Wt::Auth::AuthenticationWidget for just registration operation. I need help.
Regards.
Emir Cem
Hey,
You can pass a 0 authWidget to the RegistrationWidget constructor.
Regards,
koen