diff options
author | Andrew Manning <andrew@reticu.li> | 2016-11-26 20:29:53 -0700 |
---|---|---|
committer | Andrew Manning <andrew@reticu.li> | 2016-11-26 20:29:53 -0700 |
commit | d96ab7c86798c692890ead5c54475fdabb5f83c9 (patch) | |
tree | 27d1d086a6a332e3f573f2413d466588570c962a /doc/member/remove_account.bb | |
parent | 68fd1c28b0bf21864753106e4345f0908b4f2e49 (diff) | |
download | volse-hubzilla-d96ab7c86798c692890ead5c54475fdabb5f83c9.tar.gz volse-hubzilla-d96ab7c86798c692890ead5c54475fdabb5f83c9.tar.bz2 volse-hubzilla-d96ab7c86798c692890ead5c54475fdabb5f83c9.zip |
Update wiki context help. Modify context page element focus feature to do nothing if the target DOM element is not found.
Diffstat (limited to 'doc/member/remove_account.bb')
-rw-r--r-- | doc/member/remove_account.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/member/remove_account.bb b/doc/member/remove_account.bb new file mode 100644 index 000000000..704f0b94c --- /dev/null +++ b/doc/member/remove_account.bb @@ -0,0 +1,27 @@ +[b]Remove Channel or Account[/b]
+
+[b]Remove Channel[/b]
+
+Go to the bottom of your channel settings page or visit the URL:
+
+ [baseurl]/removeme
+
+You will need to confirm your password and the channel you are currently logged into will be removed.
+
+This is irreversible.
+
+If you have identity clones on other hubs this only removes by default the channel instance which exists on this hub.
+
+[b]Remove Account[/b]
+
+Go to the bottom of your account settings page or visit the URL:
+
+ [baseurl]/removeaccount
+
+You will need to confirm your password and the account you are currently logged into will be removed.
+
+This is irreversible.
+
+All your channels will be deleted. If you have identity clones on other hubs this only removes by default the channels instances which exists on this hub.
+
+#include doc/macros/main_footer.bb;
|