Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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?
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
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.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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?
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
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.
is working on a reply...