git ssb

3+

dangerousbeans / scuttle-vue



Commit abe6aa04afdbe964c7cafbf65516ebf7a4cef7b3

add settings explanation

Jolyon committed on 11/18/2017, 3:53:49 AM
Parent: 0fa7eafbd51984c58a0dbe1d3de33f88d09aaf99

Files changed

src/components/Settings.vuechanged
src/components/Settings.vueView
@@ -31,8 +31,19 @@
3131 aria-describedby="remoteWebsocket-value">
3232 </b-form-textarea>
3333 </div>
3434 </p>
35 + <p>
36 + A fresh keypair is generated automatically on first load.
37 + If you have an existing scuttleverse identity, you can paste it in above.
38 + </p>
39 + <p>
40 + If you're running sbot locally you will find your keypair in ~.ssb/secret.
41 + Please back up your secret securely. Otherwise you could lose that identity.
42 + </p>
43 + <p>
44 + Be careful to never share the private part of the keypair with anyone. They could impersonate you!
45 + </p>
3546 </div>
3647 </fieldset>
3748 </template>
3849

Built with git-ssb-web