bbs-go v4.3.2 已经发布,基于 Go 开发的论坛系统
bbs-go v4.3.2 已经发布,基于 Go 开发的论坛系统 此版本更新内容包括: This release focuses on password reset, SMTP management, and email observability. Password Reset (Site + API) Added password reset request API and reset API (/api/login/send_reset_password_email, /api/login/reset_password). Added forgot/reset password pages on site, and connected them to captcha verification flow. Added server-side reset token validation, expiry check, and forced sign-out of active user tokens after reset. Added full i18n texts for bot...