Users
Last updated
Was this helpful?
Last updated
Was this helpful?
aviowiki has an internal User management system that performs the functions of Authentication and Authorisation, as well as other administrative functions.
are issued for and assigned to a specific User, and follow the same rules as the User who owns them.
Users are identified internally by their User , with namespace USR
. For example USR-AA11-22BB
.
When creating an account, users are required to provide a login
and password
.
login
should be in the form of an email address.
password
doesn't have any specific level of complexity required, however we strongly encourage people to be responsible with their passwords.
If you need to have a memorable password (one you can remember without the help of a , consider using a which is .
However the cases in which you really need to use a memorable password are nowadays quite limited. We always recommend to use a where possible.
When retrieving information about a user from the API, you will receive a user object which follows the structure shown below:
name
is a plaintext name that the user chose at the time of sign-up.
login
the login credential to authenticate the user.
password
is always returned null
in all responses.
For more user actions see:
aid
indicates the of the user.
roles
is a list of assigned to the user.
reward
is the total count of collected by the user.