|
|
|
@ -882,7 +882,7 @@ public class ActFmLoginActivity extends SherlockFragmentActivity {
|
|
|
|
message = getString(R.string.actfm_ALA_error_user_exists);
|
|
|
|
message = getString(R.string.actfm_ALA_error_user_exists);
|
|
|
|
else if ("incorrect_password".equals(code))
|
|
|
|
else if ("incorrect_password".equals(code))
|
|
|
|
message = getString(R.string.actfm_ALA_error_wrong_password);
|
|
|
|
message = getString(R.string.actfm_ALA_error_wrong_password);
|
|
|
|
else if ("user_not_found".equals(code))
|
|
|
|
else if ("user_not_found".equals(code) || "missing_param".equals(code))
|
|
|
|
message = getString(R.string.actfm_ALA_error_user_not_found);
|
|
|
|
message = getString(R.string.actfm_ALA_error_user_not_found);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|