Copied to clipboard

Flag this post as spam?

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


  • carlu 42 posts 131 karma points
    Oct 19, 2016 @ 03:24
    carlu
    0

    how to update password in edit profile macro

    Hi,i want to update password in edit profile macro but i can only update name and email.Kindly help me.

  • Alex Skrypnyk 6133 posts 23952 karma points MVP 7x admin c-trib
    Oct 19, 2016 @ 09:43
    Alex Skrypnyk
    0

    Hi Carlu,

    Can you show code of your edit profile macro?

    What version of Umbraco are you using?

    Thanks,

    Alex

  • carlu 42 posts 131 karma points
    Oct 20, 2016 @ 04:31
    carlu
    0

    thank ,i finally resolved by using that code var m = Membership.GetUser("[email protected]"); m.ChangePassword(m.ResetPassword(), "ddfdf");

    thz Alex Skrypnyk

  • carlu 42 posts 131 karma points
    Oct 20, 2016 @ 04:32
    carlu
    0

    but now ,i m trouble to implement forget Password ,Kindly help me

  • Alex Skrypnyk 6133 posts 23952 karma points MVP 7x admin c-trib
    Nov 03, 2016 @ 22:27
    Alex Skrypnyk
    0

    Hi Carlu,

    CAn you show how did you try to implement forgot password feature?

    Thanks,

    Alex

  • carlu 42 posts 131 karma points
    Nov 08, 2016 @ 08:30
    carlu
    0

    Hi Alax,i solved forgot password feature,but now i face a problem.I m using ezsearch for site searching.It works fine but i wolud like to add boostrap price range slider to fiter search results based on slider value.Can you help me how to pass custome parameter to the ezsearch macro.Plz reply as soon as possible.Thz Carlu

  • Domenic 42 posts 128 karma points
    Jul 06, 2017 @ 22:37
    Domenic
    0

    I hate to lob on to an old post, but can you show how to implement into member profile snippet with a working code example possibly? Would I still need to create a controller? Thanks!

    Dom

Please Sign in or register to post replies

Write your reply to:

Draft