Settings
, click on your site name, and then find the ‘Dashboard sharing’ section.
Note: we are in the process of adding fully functional user accounts as a feature in Fathom. We’ll be letting customers know once this is available.
Settings
, Account
, then find the Fathom banner
section, and then set it to Hidden
.
Passworded
in the Dashboard Sharing section of your site settings.badpassword
, and paste it into a SHA256 encryption tool like 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.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).