Do not require mail on successful confirmation #52

Closed
opened 2019-08-01 13:54:34 +00:00 by max.mehl · 2 comments
Owner

Please enable that you can create an application that asks for double-opt-in, but does not send a an email after successful confirmation.

Example in applications.json:

  "reuse-api": {
    "required_vars": ["name", "confirm", "project", "want_info"],
    "store": "/store/reuse-api/repos.json",
    "register": {
      "email": "reuse-api-register",
      "redirect": "https://reuse.software"
    },
    "confirm": {
      "email": "reuse-api-confirm"
    }
  }
Please enable that you can create an application that asks for double-opt-in, but does not send a an email after successful confirmation. Example in applications.json: ``` "reuse-api": { "required_vars": ["name", "confirm", "project", "want_info"], "store": "/store/reuse-api/repos.json", "register": { "email": "reuse-api-register", "redirect": "https://reuse.software" }, "confirm": { "email": "reuse-api-confirm" } } ```
Owner

Just to be sure: in "confirm", you want to get rid of the "email" parameter and keep the "redirect" parameter, not the other way around, right?

Just to be sure: in "confirm", you want to get rid of the "email" parameter and keep the "redirect" parameter, not the other way around, right?
Author
Owner

Oh yes right, sorry!

One extra wish: Enable to have variables in the redirection URLs :)

Oh yes right, sorry! One extra wish: Enable to have variables in the redirection URLs :)
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fsfe-system-hackers/forms#52
No description provided.