I have changed User password and still able to connect

From Kolmisoft Wiki
Revision as of 10:03, 1 May 2015 by Mantas svelnys (talk | contribs) (Created page with 'New password will become valid when user re-login to the system. Until then connection data is store in browsers cache and server. If you want to force user to enter new passwor…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

New password will become valid when user re-login to the system. Until then connection data is store in browsers cache and server.

If you want to force user to enter new password you should clear sessions from server.

In order to do that:

1. Connect to server via SSH

2. Enter commands:

rm -rf /dev/shm/sessions/*
service httpd restart

After that your customer will be kicked-out from GUI and will need to enter password.