* Make ssh import failure a warning
# Summary
Some organizations make user profiles not publicly readable.
In these cases, ssh key import fails. While that is unfortunate, the user creation still succeeds, but a big error message is presented to users, which is confusing.
To address the fact that profile creation happens even without a successful ssh key import, this PR changes the severity of that UI widget to a warning.
# Test Plan
Tested it in an organization where ssh keys are not publicly listable; therefore this case is always present at registration.
Observed that now the issue is a warning.
* Check status code for other providers and update locale
* Lowercase error string for staticcheck
---------
Co-authored-by: Thomas Miceli <tho.miceli@gmail.com>