Forgot password Email reset button link change
- 
					
					
					
					
 i want to change reset button link that i get after forgot password how can i change 
- 
					
					
					
					
 Hi there, 
 you can change your button below the path.
 Path:
 https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Velocity/src/Resources/views/shop/customers/signup/reset-password.blade.php
- 
					
					
					
					
 i am using forgot password api that api send me a link on mail i want to change that link url to my url 
- 
					
					
					
					
 Hi there, 
 You can change the same with the above path.
- 
					
					
					
					
 can i directly add utl in <form 
 method="POST"
 @submit.prevent="onSubmit"
 action="{{ route('shop.customer.reset_password.store') }}">
 form action or i have to create a controller for that?
- 
					
					
					
					
 Hi there, 
 Yes, you can add UTL directly.