mirror of
https://github.com/funamitech/mastodon
synced 2024-11-24 23:26:42 +09:00
Renew Rails session ID on successful registration
This commit is contained in:
parent
3f6a36168f
commit
6a2f248fe4
@ -141,6 +141,11 @@ class Auth::RegistrationsController < Devise::RegistrationsController
|
||||
|
||||
def sign_up(resource_name, resource)
|
||||
clear_captcha!
|
||||
|
||||
old_session_values = session.to_hash
|
||||
reset_session
|
||||
session.update old_session_values.except('session_id')
|
||||
|
||||
super
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user