Merge remote-tracking branch 'origin/master'
This commit is contained in:
		@@ -249,7 +249,7 @@ public class Data {
 | 
			
		||||
        boolean passwordValid = false;
 | 
			
		||||
 | 
			
		||||
        Pattern phoneNumberPattern = Pattern.compile("[0-9]*");
 | 
			
		||||
        Pattern passwordPattern = Pattern.compile("^[^a-zA-Z0-9].*[0-9]$");
 | 
			
		||||
        Pattern passwordPattern = Pattern.compile("^(?=.*[A-Za-z])(?=.*\\d)[A-Za-z\\d]{8,}$");
 | 
			
		||||
 | 
			
		||||
        Scanner reader = new Scanner(System.in);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user