feat: disable milestones dashboard link and add anonymous registration message to signup form

This commit is contained in:
2024-12-30 23:09:33 +00:00
parent 584225060b
commit 3a13a7d646
2 changed files with 2 additions and 1 deletions
@@ -15,6 +15,7 @@
{{if .DisableRegistration}}
<p>{{ctx.Locale.Tr "auth.disable_register_prompt"}}</p>
{{else}}
Your email address does not have to exist! Registration is completely anonymous. Everyone who identifies as a dev is welcome to the Molodetz institute! Welcome! If you have questions or issues, contact retoor@molodetz.nl.
<div class="required field {{if and (.Err_UserName) (or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeRegister))}}error{{end}}">
<label for="user_name">{{ctx.Locale.Tr "username"}}</label>
<input id="user_name" type="text" name="user_name" value="{{.user_name}}" autofocus required>