Skip to content
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

Remove obsolete change of email on profile page #13341

Merged

Conversation

zeripath
Copy link
Contributor

The change email on the account profile page is out-of-date
and unnecessary.

Changing email should be done using the account page.

Fix #13336

Signed-off-by: Andrew Thornton art27@cantab.net

The change email on the account profile page is out-of-date
and unnecessary.

Changing email should be done using the account page.

Fix go-gitea#13336

Signed-off-by: Andrew Thornton <art27@cantab.net>
@GiteaBot GiteaBot added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Oct 28, 2020
@zeripath
Copy link
Contributor Author

Another option would be for this page to replicate the options on the account page.

Signed-off-by: Andrew Thornton <art27@cantab.net>
Signed-off-by: Andrew Thornton <art27@cantab.net>
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Oct 28, 2020
@lafriks
Copy link
Member

lafriks commented Oct 28, 2020

🚀

@codecov-io
Copy link

Codecov Report

Merging #13341 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #13341      +/-   ##
==========================================
- Coverage   42.12%   42.09%   -0.03%     
==========================================
  Files         689      689              
  Lines       75846    75845       -1     
==========================================
- Hits        31949    31930      -19     
- Misses      38664    38679      +15     
- Partials     5233     5236       +3     
Impacted Files Coverage Δ
modules/auth/user_form.go 39.65% <ø> (ø)
routers/user/setting/profile.go 39.88% <ø> (-0.35%) ⬇️
modules/indexer/stats/db.go 52.17% <0.00%> (-17.40%) ⬇️
modules/git/utils.go 73.77% <0.00%> (-3.28%) ⬇️
services/pull/temp_repo.go 26.59% <0.00%> (-3.20%) ⬇️
services/pull/check.go 48.90% <0.00%> (-2.92%) ⬇️
services/pull/patch.go 53.97% <0.00%> (-1.71%) ⬇️
modules/queue/workerpool.go 58.77% <0.00%> (-1.23%) ⬇️
modules/git/repo.go 46.19% <0.00%> (-0.51%) ⬇️
modules/process/manager.go 75.00% <0.00%> (+2.50%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b64978d...4c265a4. Read the comment docs.

@zeripath zeripath merged commit beb6bf4 into go-gitea:master Oct 28, 2020
@zeripath zeripath deleted the fix-13336-change-email-only-on-account-page branch October 28, 2020 22:33
techknowlogick pushed a commit to techknowlogick/gitea that referenced this pull request Oct 29, 2020
* Remove obsolete change of email on profile page

The change email on the account profile page is out-of-date
and unnecessary.

Changing email should be done using the account page.

Fix go-gitea#13336

Signed-off-by: Andrew Thornton <art27@cantab.net>
techknowlogick pushed a commit to techknowlogick/gitea that referenced this pull request Oct 29, 2020
* Remove obsolete change of email on profile page

The change email on the account profile page is out-of-date
and unnecessary.

Changing email should be done using the account page.

Fix go-gitea#13336

Signed-off-by: Andrew Thornton <art27@cantab.net>
techknowlogick added a commit that referenced this pull request Oct 29, 2020
* Remove obsolete change of email on profile page

The change email on the account profile page is out-of-date
and unnecessary.

Changing email should be done using the account page.

Fix #13336

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
zeripath added a commit that referenced this pull request Oct 29, 2020
* Remove obsolete change of email on profile page

The change email on the account profile page is out-of-date
and unnecessary.

Changing email should be done using the account page.

Fix #13336

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: zeripath <art27@cantab.net>
@zeripath zeripath added the backport/done All backports for this PR have been created label Oct 31, 2020
@go-gitea go-gitea locked and limited conversation to collaborators Dec 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport/done All backports for this PR have been created lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Duplicated and obsolete email change on user profile page
6 participants