In the New Docusign view we are able to uncheck "attach documents to completion email" and click on save. But the save button in the signing setting is not responding. We are able to do this successfully in demo account and trying to do the same in the prod account.
Related
I've checked this option in settings that says: "Registration requires administrator's approval:" in kentico10.
and in my custom registration web part I've unchecked Enable user after registration.
but I can't see unable users waiting for the approval tab.
as below picture.
It's because you checked the setting Registration requires email confirmation in Settings -> Security and membership
you need to unchecked this. since it's checked, system will send email to user after registration. while your email configuration has a problem, user can not received the confirmation link and it wont be worked.
I want to connect my Microsoft Azure bot to CRM Bitrix24. I am stuck on the point, where do i need to change the password of the App. To do this in "Settings" of this App i need to click "Manage" but when i am clicking it - i get "Not found" error.
I have tried to create new bots, wait for ~10 hours because support told me that Azure security system can be up to 8 hours. Have tried to register bot with a help of https://apps.dev.microsoft.com/#/application/{app id} link. Nothing is working for now.
You can't change a password, however you can create and delete passwords.
To do so, first navigate in Azure to 'App registrations'. You can click on the 'All Services' button and search/access the page from there.
Click into 'App registrations', select your bot, and then select 'Certificates & secrets' in the menu.
From here you can click under the 'New client secret' button located under 'Client secrets'. Be sure to record the newly generated password as it will only be visible once.
Side note: The 'Manage' button in the bot settings appears to be working. Not sure if it was fixed since you posted your issue. If you are still unable to access, try logging out and clearing your browser history/cache.
Hope of help!
In the custom policy "SignUpSignIn" of the Starter pack you have the "Send verification" button and the "Create" button in the same screen.
When you press the "Create" button without first verifying your email address the button doesn't respond and no error message is displayed.
How can I present an error message when the user presses the Create button but hasn't completed the email verification?
There is no built-in way of presenting an error in B2C, however there are two possible workarounds:
Localisation - You modify the localisation strings to make it more obvious that the user has to click the "Send Verification" button before continuing. You could change the verification intro text to "Before you can create your account, we need to you verify your email for security reasons".
Javascript - You could use custom javascript enabled templates (currently in private preview) to modify the behaviour of the "Create" button such that it errors if the email hasn't been verified yet.
I would like to change the default email verification behaviour of my (custom) Local SignUp User Journey. I would like the user to first enter their email address and password (and a custom claim), then click a "Create" button. In the next screen they have to enter the verification code they received by e-mail and click the "Finish" button.
So the email layout is OK and the functionality of the buttons is OK. It's just that they should be on subsequent screens.
Is this possible?
Is this standard behaviour of the Web.TPEngine.Providers.SelfAssertedAttributeProvider?
Could I use the standard verification email or do I have to send my own emails?
You will not be able to customize out of box policies which are available but you can write your own custom policies to achieve the desired results. Will suggest you to visit
Azure b2c custom policy overview
We are using DocuSign REST API (DocuSign C# Client) to create a DocuSign account for our clients. An account is created successfully, but when the user login that account on DocuSign Web (New UI) then they do not get "Go to Admin" menu in admin preferences. Is there any settings that we need to apply while creating DocuSign account. We are using DocuSign C# Client to create an account and applying only email and user name.
Also, we want to update some DocuSign account settings using REST API. But some parameters are not getting updated. When I checked the API log and found that parameter which we want to modify its read only. Below what i found from API log.
"allowEnvelopeCorrect":"false","allowEnvelopeCorrectMetadata":{"rights":"read_only","uiHint":"available"}
See my answer below on another thread, I would try to explicitly call canManageAccount and see if the permission gets set. It may still need to be done in SOAP.
Fail to update user's "Manage Account" permission through "Modify User Account Settings" API
Are you creating new accounts through the API or just adding new users to an account?
There's actually a bug in the platform currently that will be fixed soon - the bug is that for single user accounts the Go To Admin link in the menu drop menu is not available. I believe this might be causing your issue. Starting tomorrow you should be able to access the Admin menu directly through - admin.docusign.com/auth - and I think next week the actual menu item should be enabled and bug fixed.
-- By Ergin
It has been fixed Now.. Thanks.