15 | | The goal of this task is to provide this functionality. |
| 15 | * When entering the site user should be logged in as anonymous. This means that he have accesses to all public data. |
| 16 | The goal of this task is to provide this functionality.[[BR]] |
| 17 | Overall the server itself should be configurable. Following properties should be adjustable: |
| 18 | * Port - the default one is 8003 |
| 19 | * Mail that is used to send messages to the user. (All needed information for this to work) This won't have default value. |
| 20 | * User activation via mail - the default behavior for this is to be on, however users should have the ability to disable this functionality. This way the user became active immediately after registration. |
| 21 | * |
31 | | * User details preview: Shows user info as the others sees it. |
32 | | * Should show avatar, screen name, emails(depends on user input), description |
| 37 | * User details: Shows user info as the others sees it. |
| 38 | * Should show avatar, screen name, emails(depends on user input), description, list of (public) groups that the user is include in (this won't be implemented in this task), list of (public) owned resources. |
| 39 | * If the user views his own page, then all resources and groups are shown. |
| 40 | * The url for this page should be human readable. One opportunity is [DOMAIN NAME]/users/[user registration mail with "_" instead of "@"]/ |