Copied to clipboard

Flag this post as spam?

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


  • lori ryan 239 posts 573 karma points
    Jul 03, 2020 @ 08:17
    lori ryan
    0

    Inviting users

    Just wondering how does the backend choose weither to send email or display password in the backend?

    Is there any way to always use the display password in the backend?

  • Yakov Lebski 594 posts 2350 karma points
    Jul 03, 2020 @ 15:30
    Yakov Lebski
    0

    Invite should send email - smtp should be configured in web.config password is hashed in DB you can't see it, you can reset it

  • Dhanesh Kumar MJ 167 posts 543 karma points MVP 2x c-trib
    Jul 03, 2020 @ 17:51
    Dhanesh Kumar MJ
    0

    Hi

    Invitation mail is send based on the SMTP settings in web.config file. Password is hashed using HMACSHA1 hashing algorithm,it's not in the readable format.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies