Hi, how would I go about implementing a password in a form?
For example in the settings app, there is a password in the form where you set the pin code.
I have tried using code as the input type, like you do for a query but that gives errors. In the list of input types on the tutorial there is no mention of an password type ones.
I have tried Searching, but with no luck.
Is is possible, with Python, to have a form, that uses a password input.
If not, what would be the best way of asking a user for a username, password and a combo box.
Many thanks.
Anthony

Reply With Quote

