sentora-core
sentora-core copied to clipboard
password reset form field is text
when we forgot password and after clicking it shows text field. how to change to password field
The general change would be to change the input 'type' from "text' to "password" like below:
<input type="text" name="password">
To:
<input type="password" name="password">
Are you using the default theme or a 3rd party theme?
Do you mean where you need to fill in your email address so you get a new password?
Looking into this for the next release.