Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • go go
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • SRCT
  • gogo
  • Issues
  • #199

Closed
Open
Created Sep 16, 2019 by Zac Wood@zwood2Owner

Remove /signup

Summary

The /signup view is no longer used since all users are automatically approved now. We should get rid of all the code for sign ups so it doesn't clutter the code and possibly cause confusion. The following parts need to be removed:

  • The signup view (in go/go/views.py and go/go/test_views.py)
  • The URL (in go/settings/urls.py)
  • The template (go/go/templates/core/signup.html)
  • The form (in go/go/forms.py and go/go/test_forms.py)

Testing

Navigate to /signup. You should see a 404 error page

Assignee
Assign to
Time tracking