Password reset sample package
No edit summary
(Adding template at the end of the page)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
There's not build in password reset functionality in Turnkey. This is because if we had one, it would probably not fit you anyway.
This content was moved here: [[Model_Examples]]
 
[[Category:Packages]]
Instead, you add this functionality to your model and are then free to integrate and adapt it as you feel needed.
{{Edited|July|12|2024}}
 
If you use the default package for login, the ASPNETIdentity package, this package will just extend you model with the following;
# A reset password page that you can create an action to go to. This page should be without any access groups.
# A server side viewmodel that runs every 20 seconds and sends emails with reset instructions to your users. Remember to set the Turnkey/MDrivenServer's email server settings.
# A page for the user to set the password. This page also has information to the user about expired reset tickets and sending a new ticket in those circumstances.
You import
 
[[File:Password reset model sample.png|none|thumb|659x659px]]

Latest revision as of 14:47, 10 February 2024

This content was moved here: Model_Examples

This page was edited 85 days ago on 02/10/2024. What links here