Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Carsten 3 posts 23 karma points
    Mar 27, 2013 @ 14:52
    Carsten
    0

    Is it possible to extend the create member dialog?

    I’ve been playing with Umbraco for about 2 weeks now. I like it a lot :)

    I’m creating a site where there is a member’s only section. Members in Umbraco must have a link to customers in my database. Therefore I have added a custom property under the Profile section in web.config:

    <profile …>
    <properties>
    <add name="CustomerNo" allowAnonymous="false" provider="UmbracoMemberProfileProvider" type="System.String" />
    </properties>
    </profile >

     

     

     

     

     

    I was hoping that Umbraco would detect the change and add the property to the Create Member dialog. But it didn’t.

    Is it possible to extend the dialog in Umbraco or even completely replace it?

    -------------------------------
    Umbraco v4.11.4
    MySql
    ASP.NET v4.5

Please Sign in or register to post replies

Write your reply to:

Draft