sentora-core icon indicating copy to clipboard operation
sentora-core copied to clipboard

password reset form field is text

Open khanals opened this issue 9 years ago • 3 comments

when we forgot password and after clicking it shows text field. how to change to password field

khanals avatar May 11 '15 05:05 khanals

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?

TGates71 avatar May 12 '15 20:05 TGates71

Do you mean where you need to fill in your email address so you get a new password?

Ron-e avatar May 13 '15 14:05 Ron-e

Looking into this for the next release.

Caffe1neAdd1ct avatar Sep 28 '15 11:09 Caffe1neAdd1ct