Hi,
we have built a custom registration page for our students. where they should fill in the region and and the city they live in. We have modified, in a separate solution, the manageusers.ascx (including MemberServices.ascx, Membership.ascx, Password.ascx - for changing password in Moodle via web services, Profile.ascx and securityroles.ascx, User.ascx).
Now, we have also created (copied entirely and modified only the list name) two EditControls for the profile property editor, for filling in the regions (~40) and the cities (~13500) from the regions.
1. The problem is that the CreateEditor from our ProfileEditorControl.vb (where we replaced only the names for our lists) is not called, even it overrides the default (! exactly as in the original). This happens even with the default DotNetNuke.UI.WebControls namespace
The link for our solution
2. Is there a way that a module is notified by a password changing event ? (or creating/deteleting a user/page/... )?
Thanks,
Catalin