[bugfix] Suggest lowercase username when creating via OIDC (#3780)

This commit is contained in:
tobi
2025-02-11 09:42:35 +01:00
committed by GitHub
parent 4ac5447ad6
commit 2c95fd4115
2 changed files with 8 additions and 2 deletions

View File

@@ -42,7 +42,7 @@
placeholder="Please enter your desired username"
pattern="^[a-z0-9_]{1,64}$"
title="lowercase a-z, numbers, and underscores; max 64 characters"
value="{{- .preferredUsername -}}"
value="{{- .suggestedUsername -}}"
>
</div>
<input type="hidden" name="name" value="{{- .name -}}">