Axelor Doc

Users

User Management

Users are managed in the menu Administration >> Users >> User Management. This menu is only accessible by users belonging to the group admin . admin

A user has the information below:

  • Name : Username
  • Group : Group of belonging.
  • Login : Login name
  • Password : Password Connection

User

The information provided in the fields Login and Password are those used to authenticate a user to log in to the application.

The field Name is displayed in the header bar.

API axelor-auth

The API axelor-auth defined some methods used in the business code to get information about the current user:

  • AuthUtils. getUser() : Retrieve the current user. Returns an object of type com.axelor.auth.db.User.