1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-09 03:53:53 +00:00

allow bulk invite CSV list of email addresses

This commit is contained in:
Kyle Spearrin
2017-05-18 12:19:49 -04:00
parent 804f1f5610
commit 51edf80e48
2 changed files with 6 additions and 3 deletions

View File

@@ -15,8 +15,9 @@
</ul>
</div>
<div class="form-group" show-errors>
<label for="email">Email</label>
<input type="email" id="email" name="Email" ng-model="model.email" class="form-control" required api-field />
<label for="emails">Email</label>
<input type="text" id="emails" name="Emails" ng-model="model.emails" class="form-control" required api-field />
<p class="help-block">You can invite up to 20 users at a time by comma separating a list of email addresses.</p>
</div>
<h4>User Type</h4>
<div class="form-group">