Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Per Nergård (MVP)
Nov 11, 2010
  4824
(0 votes)

Edit profile properties

Magnus Paulsson wrote a post on how to create a plugin for editing profile information which reminded me about that I tried to get that working back when CMS 5 was released. You can find Magnus post here.

I took the quick and dirty approach and simply copied the CustomUserMembership.ascx and extracted the code with reflector. I could then do some minor changes to add some additional fields.

To avoid messing with the original files I used virtualpathmappings to point to my “hack”.

This worked for CMS 5 but my guess is that’s the profile handling hasn’t changed much in CMS 6.

You can get a slightly commented version of the files here

Nov 11, 2010

Comments

Please login to comment.
Latest blogs
Removing a Segment from the URL in Optimizely CMS 12 using Partial Routing

Problem Statement In Optimizely CMS 12, dynamically generated pages inherit URL segments from their container pages. However, in certain cases, som...

Adnan Zameer | Mar 14, 2025 |

Optimizely Configured Commerce and Spire CMS - Figuring out Handlers

I recently entered the world of Optimizely Configured Commerce and Spire CMS. Intriguing, interesting and challenging at the same time, especially...

Ritu Madan | Mar 12, 2025

Another console app for calling the Optimizely CMS REST API

Introducing a Spectre.Console.Cli app for exploring an Optimizely SaaS CMS instance and to source code control definitions.

Johan Kronberg | Mar 11, 2025 |

Extending UrlResolver to Generate Lowercase Links in Optimizely CMS 12

When working with Optimizely CMS 12, URL consistency is crucial for SEO and usability. By default, Optimizely does not enforce lowercase URLs, whic...

Santiago Morla | Mar 7, 2025 |