Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • Keel - LDH Middleware Keel - LDH Middleware
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • libertyliberty
  • hosthost
  • Keel - LDH MiddlewareKeel - LDH Middleware
  • Merge requests
  • !130

Set recovery email filed as optional in cart view.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Birin Sanchez requested to merge birin.sanchez/ldh_middleware:recovery_email_optional into master Apr 10, 2019
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

I noticed that in my test instances the recovery email was mandatory. Looking at the log history I saw that this should be optional instead.

We tried to make it optional by removing required=True from the code, but unfortunately that is the Django default so if you want it to be optional you need to explicitly add required=Flase in the code.

If recovery email needs to stay mandatory just close this merge request.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: recovery_email_optional