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

User management within the the Admin namespace #54

Merged
merged 8 commits into from
Nov 17, 2016

Commits on Nov 16, 2016

  1. Implement User entity management and registration workflow

    Here are the processes covered here:
    
    - Registration
    - Session management
    - Confirmation
    - Password reset
    danguita committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    098574c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    606d3e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35dd92c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8cca65 View commit details
    Browse the repository at this point in the history
  5. Normalize code between Admin and User namespaces

    - Also increases test coverage.
    danguita committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    7b687fe View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. Configuration menu
    Copy the full SHA
    b98ab8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6328b5d View commit details
    Browse the repository at this point in the history
  3. Implement User management features within admin namespace

    - List users.
    - Edit user.
    - Edit user password.
    - Resend welcome email.
    - Resend confirmation instructions, when applicable.
    - Normalize implementations between namespaces.
    - Increase test coverage.
    danguita committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    6d2e7d0 View commit details
    Browse the repository at this point in the history