Any help is greatly appreciated, this is somewhat strange behavior. Using DNN 6, I have added 3 custom profile fields to my users. I can go in to the admin>users and update the fields for any user.
Also, on my site, I have a "login" link, this is an intranet, for people to authenticate themselves, as they sometimes get logged out. The "login" link is a menu item that points to a link: http://mysite/site/DesktopModules/Authent...
This logs them in and is also working fine. However, when I click this link, it DELETES from the user profile the custom values I just entered. It only does this when clicking the link to the windowsSignin.aspx page. If I manually log in from the default DNN login username/password box, it will not delete the custom values.
I use a SQL query to read the custom values from the userprofile and propertydefinition tables, and I see the values I entered through my site, everything looks good. Then I click that link, and they are removed from the table.
Is there a script somewhere or something else in that WIndowsSignin.aspx page that would remove custom profile field entries? Any opther suggestions are greatly appreciated, thanks!