Users Directory
The corresponding Users smart contract is used for registration and authentication of users.
Users
A passwordHash
is written to the attributes, which is later used for authentication.
A eight-digit numeric code is stored for users with the Doctor role, which is then used for convenient identification of doctors by patients. The code is calculated as follows:
User groups
Last updated