戎建伟
戎建伟
3520 1 0

youbbs站内搜索必须要求用户登录,能去掉这个限制吗?。

如题。youbbs站内搜索必须要求用户登录,修改源代码,能去掉这个限制吗?。

0

See Also

Nearby


Discussion (1)

youbbs
youbbs 2020-05-22 05:38

把这几行注释

https://github.com/ego008/goyoubbs/blob/master/controller/search.go#L11-L14

	if currentUser.Id == 0 {
		http.Redirect(w, r, "/login", http.StatusSeeOther)
		return
	}
0
Login Topics