Leads to profile page which shows some basic user information.
Leads to user settings, where the user is allowed to change uncritical user properties such as password, affilitiation, name.
Save changes made in user settings page to database.
Save changes made in user settings page to database. Extracts current user from token for information match.
Updates user data by setting unprotected fields to new values.
Updates user data by setting unprotected fields to new values.
Reference to fill in for protected fields.
New values, with _id, email, password, roles, permissions being ignored.
Future(true), if user successfully found and updated in database/ usermanager.
(Since version 3.0.0) Use TOO_MANY_REQUESTS instead
(Since version 3.0.0) Use TooManyRequests instead