1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Use subdir for URL (#15446)

Fixes #15444
This commit is contained in:
KN4CK3R
2021-04-14 21:43:17 +02:00
committed by GitHub
parent 1426601cf7
commit cf8f66e5dc
3 changed files with 3 additions and 3 deletions

View File

@@ -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>