From 33e30feb2d7cedb1aecbde2f339b40f72128a585 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 23 Oct 2017 10:21:21 -0200 Subject: [doc] small fixes in documentation --- docs/reference/server-database.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/reference/server-database.rst') diff --git a/docs/reference/server-database.rst b/docs/reference/server-database.rst index d3dfdb5f..dba9d42c 100644 --- a/docs/reference/server-database.rst +++ b/docs/reference/server-database.rst @@ -29,20 +29,20 @@ which recovery document belongs to each user. This has some implications: - * The security of the recovery document doc_id, and thus of access to the - recovery document (encrypted) content, as well as tampering with the - stored data, all rely on the difficulty of obtaining the user's password - (supposing the user's uid is somewhat public) and the security of the hash - function used to calculate the doc_id. +* The security of the recovery document doc_id, and thus of access to the + recovery document (encrypted) content, as well as tampering with the + stored data, all rely on the difficulty of obtaining the user's password + (supposing the user's uid is somewhat public) and the security of the hash + function used to calculate the doc_id. - * The security of the content of a recovery document relies on the - difficulty of obtaining the user's password. +* The security of the content of a recovery document relies on the + difficulty of obtaining the user's password. - * If the user looses his/her password, he/she will not be able to obtain the - recovery document. +* If the user looses his/her password, he/she will not be able to obtain the + recovery document. - * Because of the above, it is recommended that recovery documents expire - (not implemented yet) to prevent excess storage. +* Because of the above, it is recommended that recovery documents expire + (not implemented yet) to prevent excess storage. The authorization for creating, updating, deleting and retrieving recovery documents on the shared database is handled by `leap.soledad.server.auth` -- cgit v1.2.3