Greetings
On a webdypro application I have to check if the user has to change his password, and if so then I execute the
mutableAccount.setPasswordChangeRequired(true);
After doing this I want to logoff the user and send him to the login page so he can change his password.
Im trying with
WDClientUser.forceLogoffClientUser(null);
but I want it to go the login page. Im thinking about send it to the Application Url, but I would like to have it on a dynamic way, with a webdynpro function so I wont to hard code it.
Thanks in advance for your help
Jean Carlo