1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00:00
gitea/routers/user/setting
techknowlogick 5a021801d9
Remove obsolete change of email on profile page (#13341) (#13348)
* 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>
2020-10-29 07:52:27 +00:00
..
account_test.go Add password requirement info on error (#9074) 2019-11-19 22:44:58 +00:00
account.go ui:Add flash notify for email preference seting success (#11027) 2020-04-09 13:22:17 -04:00
applications.go Reject duplicate AccessToken names (#10994) 2020-04-13 22:02:48 +03:00
keys.go Use ErrKeyUnableToVerify if fail to calc fingerprint in ssh-keygen (#10863) 2020-03-28 19:24:55 +02:00
main_test.go Splitted the user settings code into several files to be more maintainable (#3968) 2018-05-17 12:05:00 +08:00
oauth2.go Refactor UpdateOAuth2Application (#11034) 2020-04-30 18:50:47 +01:00
profile.go Remove obsolete change of email on profile page (#13341) (#13348) 2020-10-29 07:52:27 +00:00
security_openid.go fix missing data on redirects (#3975) 2018-06-18 14:24:45 -04:00
security_twofa.go Whenever the ctx.Session is updated, release it to save it before sending the redirect (#11456) 2020-05-17 15:43:29 +03:00
security_u2f.go Whenever the ctx.Session is updated, release it to save it before sending the redirect (#11456) 2020-05-17 15:43:29 +03:00
security.go API add/generalize pagination (#9452) 2020-01-24 14:00:29 -05:00