Wt::Auth::AuthWidget logout button
Added by George McFie about 2 years ago
I'm successfully able to use Wt::Auth::AuthWidget to handle user login/logout but would like to change the logout behaviour slightly.
Specifically ...
- Is there a way to control the placement of the user name and logout button after login?
- Alternatively, is it possible to hide them altogether so that I can implement my own versions?
These items (user name & logout button) seem to be automatically placed in the top right corner of the web page.
Any suggestions would be appreciated.
Replies (1)
RE: Wt::Auth::AuthWidget logout button - Added by George McFie about 2 years ago
Of course I could just hide the Wt::Auth::AuthWidget after login - but I was wondering if there was a better way?