Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • beat.web beat.web
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 54
    • Issues 54
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • beatbeat
  • beat.webbeat.web
  • Merge requests
  • !224

Security accounts

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Flavio TARSETTI requested to merge security_accounts into master Aug 11, 2017
  • Overview 0
  • Commits 36
  • Pipelines 6
  • Changes 63

Implemented a mechanism that makes normal accounts be valid under a supervision track. A valid supervisor is required to keep the account valid. New features:

  • each user has a profile
  • the registration step asks for a valid godfather
  • daily cron actions clean invalid users and check for account validity
  • each user need to validate his account every year
  • a supervision track give the possibility to track which account is supervised by which user (history is kept)
  • a supervisor can reject a supervisee at anytime
  • acceptance and rejection messages are emailed to users
  • a new supervisor request can be made by supervisee at anytime and an email is sent to inform the supervisor
  • if the year validation is not performed the account gets blocked after a specific deadline (account re-activation possible)
  • implemented account management for supervisees
  • implemented supervisee management for supervisors
  • implemented unittest with the API

Note: Must take into accounts that supervisor registration and account tracking is not implemented yet.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: security_accounts