Skip to content

Commit b2abd24

Browse files
Devdocs 7574 (#68)
* Fixing typo... * adding note about admin examples and domains Co-authored-by: Inbar Gazit <inbar.gazit@docusign.com>
1 parent 76abf0c commit b2abd24

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

app/admin/templates/eg001_create_a_new_user.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ <h4>1. Create a new active eSignature user</h4>
3333
<div class="form-group">
3434
<label for="user_email">Email</label>
3535
<input type="email" class="form-control" id="user_email" name="user_email" placeholder="example0001@example.com" required>
36+
<small id="accessHelp" class="form-text text-muted">This email address must use the same domain that has been claimed by your organization.</small>
3637
</div>
3738
{% if permission_profiles %}
3839
<div class="form-group">

app/admin/templates/eg002_create_active_clm_esign_user.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ <h4>2. Create a new active user for CLM and eSignature</h4>
3434
<input type="email" class="form-control" id="email" name="email"
3535
aria-describedby="emailHelp" required>
3636
<small id="emailHelp" class="form-text text-muted">We will never share your email with anyone else.</small>
37+
<small id="accessHelp" class="form-text text-muted">This email address must use the same domain that has been claimed by your organization.</small>
3738
</div>
3839
{% if esign_permission_profiles_list %}
3940
<div class="form-group">

app/docusign/ds_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
ADMIN_SCOPES = [
3131
"signature", "organization_read", "group_read", "permission_read", "user_read", "user_write",
32-
"account_read", "domain_read", "identity_provider", "read impersonation"
32+
"account_read", "domain_read", "identity_provider_read", "impersonation"
3333
]
3434

3535

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ docusign-esign==3.14.0
88
docusign-rooms==1.1.0
99
docusign-monitor==1.0.0
1010
docusign-click==1.0.0
11-
docusign-admin==1.0.0b0
11+
docusign-admin==1.1.0
1212
Flask==1.1.1
1313
Flask-OAuthlib==0.9.6
1414
flask-wtf==0.14.3

0 commit comments

Comments
 (0)