-
Notifications
You must be signed in to change notification settings - Fork 0
/
ideas.nts
34 lines (32 loc) · 864 Bytes
/
ideas.nts
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
config.json:
"site-name": "",
"businesses": {
"default": "kirjat",
"list": [
{
"table-prefix": "kirjat_",
"full-name": "Wydawnictwo Kirjat",
"URL": "kirjat"
}
]
}
on registering, password HAS to be repeated, but the repetition MAY BE NOT the same as the repeated
stages of forms:
form
process-form
after-form
form login-worker login
method post
action /forms/process-login-worker.php
after /forms/after-login-worker.php
permitted all
reqselect type account-type . .
query SELECT * FROM roles WHERE name <> 'customer';
endselect
reqinput login text user-e-mail . .
reqinput name text worker's-name . login-name
reqinput surname text worker's-surname . login-surname
reqinput password password password . .
reqinput worker-id number worker's-id . login-id
submit login-submit . .
redirect /dashboard