Feature: do not store the passwrd as plain text but instead use a public key generated on server side
This commit is contained in:
@@ -158,6 +158,11 @@ public class GuiTextOneLine implements Gui {
|
||||
return client;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void successfulAuthenticationEvent(String publickey) {
|
||||
|
||||
}
|
||||
|
||||
private void updateLine() {
|
||||
int charToRemove = line.length();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user