Skip to content

Commit 777e6f0

Browse files
committed
issue: User Account Creation
This addresses an issue with User account creation not rotating the session properly.
1 parent 7c00e39 commit 777e6f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

account.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@
125125
}
126126
break;
127127
}
128+
// Rotate CSRF on successful POST
129+
$ost->getCSRF()->rotate();
128130
}
129131

130132
if ($errors && $user && $user != $thisclient)

0 commit comments

Comments
 (0)