gitlab-org--gitlab-foss/changelogs/unreleased/sh-support-adding-confirmed-emails.yml
Stan Hu ced2a932d7 Add ability to skip user email confirmation with API
This gives admins the ability to send a `skip_confirmation` flag in the
`POST /users/:id/email` API endpoint to skip the verification step and
assume the given e-mail address is verified.

Closes #50876
2018-09-10 22:41:53 -07:00

5 lines
105 B
YAML

---
title: Add ability to skip user email confirmation with API
merge_request: 21630
author:
type: added