Files
opengist/internal/web
Marton Neher cff18e9078 Make ssh import failure a warning (#705)
* 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>
2026-06-26 02:04:18 +08:00
..
2026-06-03 02:26:17 +08:00
2026-06-26 01:47:59 +08:00
2026-06-20 01:07:22 +08:00