sign_up method implemented

sign_in_up_out
Daniel Zdravkovic 2024-06-10 15:21:54 +02:00
parent 0a1482451f
commit 8016e9848e
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ public class System {
ArrayList<String> content = new ArrayList<>();
for(User user : mem){
user.setPassword(decoding(user.getPassword()));
content.add(user.getUsername() + ";" + user.getPassword() + ";" + user.getHometown()
+ ";" + user.getZip() + ";" + user.getCar_name()
+ ";" + user.getCar_l_100km() + ";" + user.getCar_avg_kmh()