Complete core functions #9

Merged
FatttSnake merged 171 commits from FatttSnake into dev 2024-02-23 11:56:35 +08:00
Showing only changes of commit 8cc7adc215 - Show all commits

View File

@@ -202,6 +202,8 @@ class AuthenticationServiceImpl(
.set(User::password, passwordEncoder.encode(retrieveParam.password!!))
)
WebUtil.offlineUser(redisUtil, user.id!!)
sendPasswordChangedMail(user.username!!, request.remoteAddr, userInfo!!.email!!)
}