mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Revert "SECURITY: Ensure that user has been authenticated."
This reverts commit fbe51d68a7.
Changing the commit message to correctly reflect what we're actually
fixing.
This commit is contained in:
@@ -21,10 +21,7 @@ class UserAuthenticator
|
||||
end
|
||||
|
||||
def finish
|
||||
if authenticator && authenticated?
|
||||
authenticator.after_create_account(@user, @session)
|
||||
end
|
||||
|
||||
authenticator.after_create_account(@user, @session) if authenticator
|
||||
@session = nil
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user