Jump to content

Client Question


pace

Recommended Posts

Not sure if this belongs here, please move to the correct sub-forum if so.

 

Is there anyway to modify the client to display user name and password in plain text?

 

Example of what I mean:

XLcpYVR.png

 

Like in html, you can change the input type from "password" to "text" and it will display your password. Is this possible to do with the old school client and how would I go about doing it? Can you even physically edit the main interface? 

 

I wanted to play a prank on my buddy when he comes over later today. Sorry if this is a dumb question.

 

Thanks,

Pace

 

 

Link to comment
Share on other sites

Could I update the client after editing this to TextField from PasswordField? Or would it not function right after editing it?

@FXML
public PasswordField password_field;
 
@FXML
public TextField username_field;

or editing the fxml files...

 

<TextField fx:id="username_field" layoutX="81.0" layoutY="10.0" prefHeight="25.0" prefWidth="239.0" />
<PasswordField fx:id="password_field" layoutX="81.0" layoutY="40.0" prefHeight="25.0" prefWidth="239.0" />

 

Edited by pace
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...