Skip to content

What is the best way to add a password reminder email? #16500

Answered by Piedone
tcobbfis asked this question in Q&A
Discussion options

You must be logged in to vote

For #1 I'm using a salted hash with OrchardCore.Entities.Properities on the user object. Would that be the best way to do it?

Sounds good to me.

For #3 Should that be a background task? How would I trigger it from code? Or should I be a workflow? (same question).

Yes, a background task is appropriate. That's something that OC triggers, you just have to implement it (see here for a documented example).

Workflows are inherently more restricted than some custom code since Workflows is a kind of visual programming tool that provides a simplified way of extending the behavior of OC. My recommendation generally is that if you're a developer, unless Workflows contains the exact functionality…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tcobbfis
Comment options

Answer selected by tcobbfis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants