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

[looks good] Other solution for #728 Encrypt user_id on account verification #780

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on Jan 7, 2016

  1. Merge pull request #7 from panique/develop

    Uptade from head fork
    slaveek committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    842ebe8 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2016

  1. Merge pull request #8 from panique/develop

    Fix for missing code (my fault :)) in PR 773, Ticket panique#770: redirect a…
    slaveek committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    55d59e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2016

  1. Hash user's id and user's activation hash together.

    We get nice looking hashed value without any special chars. This works
    good in url's without add ?param_name=param_value
    Slaveek committed Jan 10, 2016
    Configuration menu
    Copy the full SHA
    b46c7ea View commit details
    Browse the repository at this point in the history
  2. Added new method getUserDataByUserActivationHash()

    Get user's id and activation hash. This will be hashed the same way as
    sent by email to user, then check that is the same as in email
    Slaveek committed Jan 10, 2016
    Configuration menu
    Copy the full SHA
    e51d064 View commit details
    Browse the repository at this point in the history
  3. Renamed parameter.

    Slaveek committed Jan 10, 2016
    Configuration menu
    Copy the full SHA
    e5e832f View commit details
    Browse the repository at this point in the history
  4. Added hashes check

    If hashed user's id + user's activation code from data base is the same
    as hash code from email, registration is passed.
    Slaveek committed Jan 10, 2016
    Configuration menu
    Copy the full SHA
    7223e83 View commit details
    Browse the repository at this point in the history