HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Is there an inconsistency in FireEvent('Authenticated')?

edited September 2009 in Feedback
Hi,

I think there is inconsistency with the Authenticated event.

The user gets authenticated at two places :

1. Normal sign In and
2. when user get signed in automatically through Registration procedure.

But the FireEvent('Authenticated') gets fired only at the time when user normally sign in through EntryController.

I think we should FireEvent('Authenticated') when the user gets signed in after the registration process.
Tagged:

Comments

  • Options
    MarkMark Vanilla Staff
    You're right. I just moved the Authenticated event into the PasswordAuthenticator's _Authenticate method. That should fix the problem.
  • Options
    edited September 2009
    Thanks Mark.
Sign In or Register to comment.