I appreciate this Web site starter kit - you did an amazing job showing how powerful the Umbraco product is! I have one problem with the member login/logout. I created a new member and added the member to all the groups, and I was able to log in. Now, I cannot log out - when I click the logout link in the header, I am taken to the home page but not logged out. When I log in as a different user (accessing the login page by typing in the URL), I get the permissions of the new user, but the header still shows the first user name as the one logged in. I am running Umbraco 4.7.
Also, do you have any samples of how to set up user signup and profile pages? Thanks!
Cannot log out member
Hi:
I appreciate this Web site starter kit - you did an amazing job showing how powerful the Umbraco product is! I have one problem with the member login/logout. I created a new member and added the member to all the groups, and I was able to log in. Now, I cannot log out - when I click the logout link in the header, I am taken to the home page but not logged out. When I log in as a different user (accessing the login page by typing in the URL), I get the permissions of the new user, but the header still shows the first user name as the one logged in. I am running Umbraco 4.7.
Also, do you have any samples of how to set up user signup and profile pages? Thanks!
John Graminski
this is an issue in v4.7 that has already been reported on Codeplex and probably will make it in next patch release v4.7.1 (no ETA yet). Meanwhile, you can add some extra code on the LoggedOut even to make sure the member cache is also cleared. Look for Lee's first reply on the forum: http://our.umbraco.org/projects/website-utilities/nforum/bugs/18405-Cache-problem and the LogoutMember function in http://nforum.codeplex.com/SourceControl/changeset/view/b8d69c9ee8d3#nForum.BusinessLogic/MembershipHelper.cs
Hope this helps.
Regards,
/Dirk
Hi Dirk:
Thanks for the fix! I appreciate it.
John Graminski
is working on a reply...