1 | | If server allows anonymous connections, the user should have only an username. Anonymous users have fewer permissions than registered ones (for example - they cannot upload books.) Depending on server options, user's and anonymous user's permissions may vary. In most common cases permissions can be managed from client. |
| 1 | * If server allows anonymous connections, the user should have only an username. Anonymous users have fewer permissions than registered ones (for example - they cannot upload books.) |
| 2 | * Depending on server options, user's and anonymous user's permissions may vary. In most common cases permissions can be managed from client. |