Logout & Change Password
How can I realize the function(Logout & Change Password) in a mashup like the screenshot as follows:

How can I realize the function(Logout & Change Password) in a mashup like the screenshot as follows:

For the Logout, you need to download the Logout Button Widget: ThingWorx IoT Marketplace » Logout Button
For the Change Password, I think you can do it from Server Side Javascript with this code ( I've never tested it 😞
var params = {
newPasswordConfirm: undefined /* STRING */,
oldPassword: undefined /* STRING */,
newPassword: undefined /* STRING */
};
Users[user_name].ChangePassword(params);
For instance for user_name you can use: Resources["CurrentSessionInfo"].GetCurrentUser()
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.