If you still have questions or require help with anything, please reach out to us and we'll happily get things sorted out for you.
md5decrypt.net (paste your password and click Encrypt
).
badpassword
the hash code would be 3693d93220b28a03d3c70bdc1cab2b890c65a2e6baff3d4a2a651b713c161c5c
.https://app.usefathom.com/share/random/your-site-name
- where random
is a random string, and your-site-name
is the name of your site.?password=3693d93220b28a03d3c70bdc1cab2b890c65a2e6baff3d4a2a651b713c161c5c
where that string is your hash code.So the URL you would share (which now doesn't require a password for a Private dashboard) is:
https://app.usefathom.com/share/random/your-site-name?password=3693d93220b28a03d3c70bdc1cab2b890c65a2e6baff3d4a2a651b713c161c5c
But you would change random
and your-site-name
to the correct values, and you'd change the string after ?password=
to the correct SHA256 hash.
Note: This only works because shared passwords are stored as plain text (obviously, this is not how our username/passwords work, as that'd be super un-secure).
If you still have questions or require help with anything, please reach out to us and we'll happily get things sorted out for you.