DNN-Connect / UserAccountManagement

A DNN module that let's site administratos manage user accounts
GNU General Public License v2.0
7 stars 10 forks source link

Firstname and lastname not updating in Account tab #33

Open mhannig13 opened 9 years ago

mhannig13 commented 9 years ago

I had originally installed v.1.2 and had the issue from another bug report: System.InvalidCastException: Unable to cast object of type 'System.Web.UI.WebControls.TextBox' to type 'Telerik.Web.UI.RadTextBox'.

I updated to v1.3 and that bug is now fixed. The problem I am having now is that from the Account tab for a selected user, it is not saving changes to Firstname or lastname. (Email and Displayname update fine). If I go to the Profile tab and change it there, that works. This is confusing for my users.

Thank you.