- Create directory
- Go into new directory
- Create bare repo
git init --bare
- Clone repo somewhere
git clone <repo>
- Go into repo folder
- Create .gitignore file
Disclaimer: The content of this Gist is not official documentation. It is based purely on my own observations / findings. Use at your own risk! But please correct me if you spot any errors :-)
Add the following Item
to the Metadata
element of the TechnicalProfile
in which an email address is requested:
<Item Key="EnforceEmailVerification">False</Item>
e.g. the TechnicalProfile
containing the following OutputClaim
: