Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds verified_account event #1210

Merged
merged 4 commits into from
Mar 14, 2017
Merged

Adds verified_account event #1210

merged 4 commits into from
Mar 14, 2017

Commits on Mar 10, 2017

  1. Adds verified_account event

    **Why**: So users can have a record of when their account was verified
    el-mapache committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    7f82654 View commit details
    Browse the repository at this point in the history
  2. Use scope helper to get enum event count

    **Why**: Its cleaner than calling `where` and passing in a magic string
    el-mapache committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    c94e171 View commit details
    Browse the repository at this point in the history
  3. Add class to create account verified events, specs

    **Why**: Breaking out the functionality is easier to test
    el-mapache committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    da581d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Remove password from event spec

    **Why**: Password is implicitly added when factory creates user
    el-mapache committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    539becd View commit details
    Browse the repository at this point in the history