unlhcc / HCCGo

A GUI application for submitting and managing jobs at the Holland Computing Center
5 stars 4 forks source link

Logging out and logging in as a different user creates file management issues #219

Open CarrieBrown opened 7 years ago

CarrieBrown commented 7 years ago

After logging back in as a different user, the original user appears in the top right corner and the work and home directories are still set to that of the original user.

adamfitzgibbon commented 7 years ago

Notes: this occurs because initialization only occurs on first login method. To fix this have a method to check for "new" login (different user).