Project

General

Profile

How to use Wt::Auth::RegistrationWidget without using Wt::Auth::AuthenticationWidget for registration operation?

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


Replies (1)

RE: How to use Wt::Auth::RegistrationWidget without using Wt::Auth::AuthenticationWidget for registration operation? - Added by Koen Deforche about 13 years ago

Hey,

You can pass a 0 authWidget to the RegistrationWidget constructor.

Regards,

koen

    (1-1/1)