Actions
Bug #5569
closedThe sanparks skin doesn't show welcome message when user login again (after doing logout)
Start date:
12/21/2011
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5569
Description
When user first time logins, the sanpark skin will show a welcome message, upload data link and search form.
However, if user logouts then logins again, the page only shows a search form, no welcome message and upload data link.
Updated by Jing Tao almost 13 years ago
It turns out, the html page showing after logout used a wrong js function for login.
After modifying the sanparksLogin.xsl (using submitLoginFormIntoDivAndReload function), it works.
Actions