-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signature metadata not visible when validating a signature #2616
Comments
Changing from bug to feature. |
For now is possible to use the app Analytics and create a report to return this data. I wish to refactor the validation screen to provide these data. Also have more data that is not visible for now at table |
Is this issue duplicated of ? |
@vitormattos wrote:
No, it is not. They are separate, but related issues. This issue is reporting that signer metadata (browser user agent and IP address) do not seem to be visible anywhere in the UI, even when that data is collected. At the very least, I would expect this metadata to be visible when validating a signature through the LibreSign UI. Issue #2617 is requesting a new feature -- a "signature information page". Even if you implemented issue #2617, I think this issue (#2616) would still need attention so that metadata could be added to the signature validation URL. If I didn't explain the distinction well, please let me know and I can try to clarify again. |
You are right. This issue is more than to have a way to retrieve metadata, not what's the way, right?! |
Describe the bug
When the "Collect signers' metadata when signing a document" options is turned ON, the signature metadata is not displayed when validating a signature.
To Reproduce
Expected behavior
Metadata for the signer should be displayed, including the browser user agent and the signer's IP address.
Actual behavior
The signer's metadata is not displayed anywhere I can find. It does not appear in the validate screen, or in the validation information that is added to the footer of the document.
Screenshots
LibreSign Settings:
Validation Screen:
Footer Validation Information:
Metadata Saved in Database:
Environment information (please complete the following information):
Additional context
The signer's metadata is being saved in the database. That metadata just isn't being displayed.
The text was updated successfully, but these errors were encountered: