Commit Graph

3 Commits

Author SHA1 Message Date
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
Thomas Miceli 7b1048ec30 Display a form to create an Opengist account coming from a OAuth provider (#623)
Go CI / Lint (push) Has been cancelled
Go CI / Check (push) Has been cancelled
Go CI / Test (mysql, 1.25, mysql:8, ubuntu-latest, 3306:3306) (push) Has been cancelled
Go CI / Test (postgres, 1.25, postgres:16, ubuntu-latest, 5432:5432) (push) Has been cancelled
Go CI / Test (sqlite, 1.25, macOS-latest) (push) Has been cancelled
Go CI / Test (sqlite, 1.25, ubuntu-latest) (push) Has been cancelled
Go CI / Test (sqlite, 1.25, windows-latest) (push) Has been cancelled
Go CI / Build (1.25, macOS-latest) (push) Has been cancelled
Go CI / Build (1.25, ubuntu-latest) (push) Has been cancelled
Go CI / Build (1.25, windows-latest) (push) Has been cancelled
2026-02-08 16:32:24 +08:00
Thomas Miceli f935ee1a7e Refactor server code (#407) 2025-01-20 01:57:39 +01:00