-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
email activation (of non primary addresses) broken #11128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
zeripath
added a commit
to zeripath/gitea
that referenced
this issue
Apr 19, 2020
Fix go-gitea#11128 Signed-off-by: Andrew Thornton <[email protected]>
Good catch. It's almost certainly because VSCode will helpfully occasionally add a third closing curly bracket when you type two curly brackets in a row. I spotted a second one and added that to the PR. |
zeripath
added a commit
to zeripath/gitea
that referenced
this issue
Apr 19, 2020
Fix go-gitea#11128 Signed-off-by: Andrew Thornton <[email protected]>
lunny
pushed a commit
that referenced
this issue
Apr 19, 2020
…d send account ID in account.tmpl (#11129) * Remove errant third } from account.tmpl Fix #11128 Signed-off-by: Andrew Thornton <[email protected]> * Remove errant third curly bracket from pull.tmpl Signed-off-by: Andrew Thornton <[email protected]> * Update templates/user/settings/account.tmpl
lunny
pushed a commit
that referenced
this issue
Apr 19, 2020
…account ID in account.tmpl (#11130) * Remove errant third } from account.tmpl Fix #11128 Signed-off-by: Andrew Thornton <[email protected]> * Update templates/user/settings/account.tmpl
ydelafollye
pushed a commit
to ydelafollye/gitea
that referenced
this issue
Jul 31, 2020
…d send account ID in account.tmpl (go-gitea#11129) * Remove errant third } from account.tmpl Fix go-gitea#11128 Signed-off-by: Andrew Thornton <[email protected]> * Remove errant third curly bracket from pull.tmpl Signed-off-by: Andrew Thornton <[email protected]> * Update templates/user/settings/account.tmpl
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
1.11.4
1:2.20.1-2+deb10u2
debian buster
[x]
):Description
Clicking
Send Activation
on/user/settings/accounts
doesn't trigger any mail, but doesn't show any error (just "reloads" the page).The issue is in the template:
gitea/templates/user/settings/account.tmpl
Line 95 in 16f39ce
In the generated HTML page it will show
<input name="id" type="hidden" value="}.ID">
.Log show:
Don't think this could have ever worked since #10557.
The text was updated successfully, but these errors were encountered: