mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add some lines
This commit is contained in:
parent
3d16b1519c
commit
ff5a7846fc
@ -10,10 +10,20 @@ user_id has to be found in users
|
||||
Now when we login in on https://$community_domain/account/ we can create coins but we will be restricted cause we can't sign the creations.
|
||||
|
||||
### Signation account
|
||||
At first we need to enable the server user account creation with uncommenting line: 19 in
|
||||
community_server/src/Controller/ServerUsersController.php
|
||||
```php
|
||||
$this->Auth->allow(['add', 'edit']);
|
||||
```
|
||||
This enable us to use this action without being logged in.
|
||||
To add a signation account we need to go on the following url: http://$community_domain/server-users/add
|
||||
|
||||
### Coin creation process
|
||||
The coin creation for work is done in the following url: http://$community_domain/transaction-creations/create-multi
|
||||
Where we can create coins for a number of as many users as we want excepted for our self.
|
||||
We must than sign the transaction. Normally after klick of the left Button (Transaktion abschließen) it should be automatic
|
||||
forwarding to http://$community_domain/account/checkTransactions to sign the transactions.
|
||||
If not this page can also be reached by klicking on the shield-icon with the hook in it on the Dashboard.
|
||||
Only shown if at least one transaction is waiting for signing.
|
||||
|
||||
Pending_tasks table is used to store the transactions that can't be fulfilled.
|
||||
Pending_tasks table is used to store the transactions which not signed or had errors
|
||||
Loading…
x
Reference in New Issue
Block a user