File: users.html

package info (click to toggle)
fex 20160919-2
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,944 kB
  • sloc: perl: 17,699; sh: 346; makefile: 67
file content (74 lines) | stat: -rw-r--r-- 2,189 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<HTML> 
<HEAD><TITLE>F*EX users types</TITLE></HEAD>
<BODY>
<h1><a href="/">F*EX</a> users types</h1>
This is a short overview over the different F*EX user types.

<ul>
<li><h3>regular (full) user</h3>
<ul>
  <li>created by the fexmaster or self registration
  <li>can send to anybody
  <li>can change his settings (user configuration)
  <li>can edit address book
  <li>can use all F*EX clients
  <li>can create sub users
  <li>can create groups and group users
  <li>can create one-time upload keys
</ul>
<li><h3>sub user</h3>
<ul>
  <li>created by a regular user (= main user)
  <li>can send only to his main user
  <li>cannot change his settings (user configuration)
  <li>cannot create other users
</ul>
<li><h3>group user</h3>
<ul>
  <li>created by a regular user (= main user)
  <li>can send only to his group
  <li>cannot change his settings (user configuration)
  <li>cannot create other users
</ul>
<li><h3>restricted user</h3>
<ul>
  <li>created by the fexmaster
  <li>can send only to recipients defined by the fexmaster
  <li>can change some of his settings (user configuration)
  <li>can have upload or download restrictions
  <li>cannot create other users
</ul>
<li><h3>external user</h3>
<ul>
  <li>is a restricted user created by self registration
</ul>
<li><h3>anonymous user</h3>
<ul>
  <li>created by the fexmaster
  <li>authentificated by his IP
  <li>cannot change his settings (user configuration)
  <li>can send only to himself, but forward the download URL to anybody
  <li>cannot create other users
</ul>
<li><h3>public user</h3>
<ul>
  <li>created by the fexmaster
  <li>is only a recipient, anybody can send to him wihout registration
  <li>cannot change his settings (user configuration)
  <li>can be an extension of a regular user
</ul>
<li><h3>captive user</h3>
<ul>
  <li>created by the fexmaster
  <li>is a super-restricted user
  <li>cannot change his settings (user configuration)
  <li>cannot create other users
</ul>
<li><h3>demo user</h3>
<ul>
  <li>sub type of the full user with limited quota and account life time
  <li>suitable only for testing
</ul>
</ul>
</BODY>
</HTML>