entropyxyz / entropy-docs

Documentation for Entropy.
https://docs.entropy.xyz
GNU Affero General Public License v3.0
3 stars 1 forks source link

Removes mention of account password. #239

Closed johnnymatthews closed 4 weeks ago

johnnymatthews commented 4 weeks ago

Depends on https://github.com/entropyxyz/cli/pull/252

johnnymatthews commented 4 weeks ago

Erm, so apparently we only mention the old "account password" once. Just ran this grep to double check:

$ cd `content`
$ grep -Rin 'password' ./

.//guides/spin-up-a-devnet.md:45:    You may need to enter your computer's password when prompted.
.//concepts/validators.md:59:`entropy-tss` is a member of the `entropy-core` workspace. When you run `entropy-tss`, you will be asked for a password
.//concepts/validators.md:62:Be aware there is no way to recover this password if you lose it.

Guess we're done here.