static String? validateCurrentPassword(String value) { return value.isEmpty ? requiredCurrentPasswordText : null; }