mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix #1429 clear login failure count for IP if password change request succeeds
This commit is contained in:
parent
242963db83
commit
aa7a548ecf
1 changed files with 5 additions and 0 deletions
|
|
@ -1922,6 +1922,11 @@ class memberController extends member
|
|||
// https://github.com/rhymix/rhymix/issues/1232
|
||||
// executeQuery('member.deleteAuthMail', $args);
|
||||
|
||||
// Clear login failure log
|
||||
// https://github.com/rhymix/rhymix/issues/1429
|
||||
executeQuery('member.deleteLoginCountByIp', ['ipaddress' => \RX_CLIENT_IP]);
|
||||
|
||||
// Clear member cache
|
||||
self::clearMemberCache($args->member_srl);
|
||||
|
||||
// Call a trigger (after)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue