Documentation for login event limitation

pull/12010/head
Juan Ignacio Sánchez Lara 8 years ago
parent 0657f2e485
commit 7ded55e55d

@ -31,7 +31,13 @@ module CartoGearsApi
end
end
# Event triggered when a user logins
# Event triggered when a user performs a login in the box.
# This is not triggered if you use an external authentication system
# that overrides local authentication.
# For example, this won't work in a SaaS with a central authentication system.
# Nevertheless, it will always work for organization login.
# LDAP, SAML and other authentication systems will work, because they use
# local authentication system.
class UserLoginEvent < BaseEvent
def initialize(user)
@user = user

Loading…
Cancel
Save