Unable to register a new user with Wt::Auth Widget.
Added by Rathnadhar K V over 3 years ago
Namaskara
I am using Wt::Auth module (only local support and no OAuth2 (Google, FaceBook modules)) in my code.
I am using latest MariaDB (Mysql) instead of sqllite3 as my persistence storage.
When I execute the program, when I "REGISTER" with a valid user name, after entering more than 4th character in Name Field, when I press tab key to enter the next password field, the widget resets and reverts back to login screen.
If try to navigate using mouse click (instead tab navigation) after entering the name, on clicking onto Password field again results in same reset behavior.
Due to which I am not able to register at all.
I am not seeing any exception or error message in the log.
I have attached the screen shot video to this request.
Kindly help me to resolve this issue.
Thanks in advance.
Regards
Rathnadhar KV
vokoscreenNG-2021-10-07_13-41-32.mov (1.33 MB) vokoscreenNG-2021-10-07_13-41-32.mov | Failed registration screen capture video |
Replies (2)
RE: Unable to register a new user with Wt::Auth Widget. - Added by Rathnadhar K V over 3 years ago
Please somebody help me to resolve this.
Regards
Rathnadhar K V
RE: Unable to register a new user with Wt::Auth Widget. - Added by Christian Meyer about 3 years ago
Hey
I don't know if you resolved this issue on your own yet, but it seems like the exact same Problem I encountered a few days ago...
I simply forgot to instantiate the UserDatabase Object within my Session
see my thread here: https://redmine.webtoolkit.eu/boards/2/topics/17803
Good luck =)