no email field for registration dialog?
Added by Yosr Chebbi almost 10 years ago
I was following the Auth1 example, I copied the exact files from the example but when I click register it shows no email field. I find it weird,, does anyone have an idea about this issue?
Please I need help.
Thanks in advance :)
Best regards,
Yosr
register.PNG (24.8 KB) register.PNG |
Replies (1)
RE: no email field for registration dialog? - Added by Patrick Wolf almost 10 years ago
Strange. It works for me without having changed anything both on the latest wt-3.3.5-rc1 and wt-3.3.4. How did you run the example? If you followed the instructions, you should run with wthttpd in the examples directory, i.e.
cd yourhome/wt-3.3.4/examples/feature/auth1
../../../build/examples/feature/auth1/auth1.wt --http-address 127.0.0.1 --http-port 1900 --docroot .
I chose port 1900 to avoid conflict with an opened port 8080. You may choose any available port to run the examples with the wthttpd embedded server.