mirror of
1
Fork 0
forgejo/routers/web/user
Giteabot 1fed0e1adc
Fix profile page email display, respect settings (#23747) (#23756)
Backport #23747 by @wxiaoguang

Always respect the `setting.UI.ShowUserEmail` and `KeepEmailPrivate`
setting.

* It doesn't make sense to show user's own E-mail to themself.
* Always hide the E-mail if KeepEmailPrivate=true, then the user could
know how their profile page looks like for others.
* Revert the `setting.UI.ShowUserEmail` change from #4981 . This setting
is used to control the E-mail display, not only for the user list page.

ps: the incorrect `<div .../>` tag on the profile page has been fixed by
#23748 together, so this PR becomes simpler.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2023-03-28 07:55:20 +08:00
..
setting
avatar.go
code.go Add missing tabs to org projects page (#22705) (#23412) 2023-03-10 10:08:28 -06:00
home.go
home_test.go
main_test.go
notification.go Fix pagination on `/notifications/watching` (#23564) (#23603) 2023-03-21 16:10:47 -04:00
package.go
profile.go Fix profile page email display, respect settings (#23747) (#23756) 2023-03-28 07:55:20 +08:00
search.go
stop_watch.go
task.go