You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On login page we set some sensible credentials (ex. db access).
As php gui user, I dont want that the browser retains form value for this field. I dont want autocomplete. I dont want to be able to retrieve mongodb url from my previous access.
Technically, the input may have autocomplete="off" or type=password somewhere .. to dig.
Please notice that this issue is not the opposite of #37 but independant enhancement. This issue drives the "default browser behavior". At the end, if the user want to store some information, this is a choice that should not be forced.
This is a security issue.
Thanks
Regards
The text was updated successfully, but these errors were encountered:
SamuelTallet
changed the title
Login page : do not retains credentials
Login page: do not retain credentials
Jul 21, 2023
Hi
On login page we set some sensible credentials (ex. db access).
As php gui user, I dont want that the browser retains form value for this field. I dont want autocomplete. I dont want to be able to retrieve mongodb url from my previous access.
Technically, the input may have
autocomplete="off"
ortype=password
somewhere .. to dig.Please notice that this issue is not the opposite of #37 but independant enhancement. This issue drives the "default browser behavior". At the end, if the user want to store some information, this is a choice that should not be forced.
This is a security issue.
Thanks
Regards
The text was updated successfully, but these errors were encountered: