Fix "LineEdit" password input mode?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By JayFi

When you use a LineEdit as a password box, and tick “Secret” to hide the characters, on my android phone, the password is fed into the autocorrect algorithm. If you sign in a few times with a password, it starts to show the users password in the autocorrect/autocomplete area. Obviously this is a security problem. I cant work out which setting we need to use on the LineEdit node to prevent this. How do we stop passwords appearing in the autocorrect/complete bar?

I don’t think this is currently implemented in Godot, you should suggest it on the suggestions github GitHub - godotengine/godot-proposals: Godot Improvement Proposals (GIPs)

exuin | 2022-05-23 16:32