Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Using sms verification disable the possibility to change the signature #14

Copy link
Copy link
@geoffreyIOOF

Description

@geoffreyIOOF
Issue body actions

Hi,
I had this problem for quite some time now.

When we use SMS verification with the imbedded signing it is preventing the user to change its signature.
When not using the SMS verification the user can change its signature as expected. (We need sms verification )

This feature is not accessible when using the SMS verification
image

To reproduce this behavior please add the following in the method makeEnvelope of EG001ControllerEmbeddedSigning
final List RECIPIENT_PHONE_NUMBERS = Arrays.asList( YOUR PHONE NUMBER );
final RecipientSMSAuthentication smsAuth = new RecipientSMSAuthentication();
smsAuth.setSenderProvidedNumbers( RECIPIENT_PHONE_NUMBERS );
signer.setSmsAuthentication( smsAuth );
signer.setIdCheckConfigurationName( "SMS Auth $" );

Then try 1. Use embedded signing and will see that you can't change your signature once you adopted one.
image

I am doing something wrong that prevent me to change my signature when using the SMS verification?

Is there any work around to get this functionality back when using the SMS verification ?

Our customers don't have a docusign account.
Possible work around :
Is there a way to remove the signature adoption of a signer via the API or via the Admin page? SO the next time they sign a document they have to select a signature adoption ?

Kind regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.