jeremyevans / rodauth

Ruby's Most Advanced Authentication Framework
http://rodauth.jeremyevans.net
MIT License
1.69k stars 95 forks source link

Use new-password autocomplete value for password field when resetting password #155

Closed basabin54 closed 3 years ago

basabin54 commented 3 years ago

Set @password_field_autocomplete_value = 'new-password' for the reset-password feature

jeremyevans commented 3 years ago

Looks good, thanks for the patch!

basabin54 commented 3 years ago

Happy to help! 👍