mirror of
https://github.com/go-gitea/gitea
synced 2025-08-08 18:48:21 +00:00
Backport #15446 Fixes #15444 Co-authored-by: KN4CK3R <KN4CK3R@users.noreply.github.com> Co-authored-by: KN4CK3R <KN4CK3R@users.noreply.github.com>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
{{end}}
|
||||
{{else}}
|
||||
{{if .NeedsPassword}}
|
||||
<form class="ui form" action="/user/activate" method="post">
|
||||
<form class="ui form" action="{{AppSubUrl}}/user/activate" method="post">
|
||||
<div class="required inline field">
|
||||
<label for="password">{{.i18n.Tr "password"}}</label>
|
||||
<input id="password" name="password" type="password" autocomplete="off" required>
|
||||
|
Reference in New Issue
Block a user