Copied to clipboard

Flag this post as spam?

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


  • bob baty-barr 1180 posts 1294 karma points MVP
    Mar 13, 2012 @ 14:39
    bob baty-barr
    0

    need to save random password to contour record

    i need some help with a code snippet save some info into the current contour record. I have modified the SaveAsUmbracoMember workflow to save a random password.

    m.Password = Membership.GeneratePassword(Membership.MinRequiredPasswordLength, Membership.MinRequiredNonAlphanumericCharacters);
    m.getProperty("contourRecordID").Value = record.Id;

    what i need next is some help gettign m.Password saved into the contour form that was submitted to generate this record.

    The reason is that i need to be able to manually approve the contour submissions [not always, but sometimes yes] and there should be an email that has their login and password. Passwords are not being hashed for this project.

    thanks in advance for any help you can provide.

Please Sign in or register to post replies

Write your reply to:

Draft