PasswordReset in yii2

hi is there any inbuilt code (in advanced section) for reseting password that i can use

thanks

Yes there is a code example for PW reset…

Why don’t you just download the advanced template and look for yourself?

All the code you need is in the files:

frontend/controllers/SiteController.php

frontend/models/PasswordResetRequestForm.php

frontend/models/ResetPasswordForm.php

frontend/views/site/requestPasswordResetToken.php

frontend/views/site/resetPassword.php

common/models/User.php

Regards