Users

Utilisateur (model)

Internal name:users.User
Implemented by:User

Views on Utilisateur

  • Utilisateurs (Users) (Menu Configuration ‣ Système ‣ Utilisateurs) – Shows the list of all users on this site.
  • Utilisateurs (MySettings)
  • Utilisateurs (UsersOverview)

Fields in Utilisateur

  • Nom d’utilisateur (username, CharField) – Required. Must be unique.
  • Profil d’utilisateur (profile, ChoiceListField to Profils d’utilisateur) – Users with an empty profile field are considered inactive and cannot log in.
  • ... and ID (id, AutoField), Created (created, DateTimeField), Modified (modified, DateTimeField), Mot de passe (password, CharField), Initials (initials, CharField), First name (first_name, CharField), Last name (last_name, CharField), adresse e-mail (email, EmailField), Remarques (remarks, TextField), Langue (language, LanguageField), Partenaire (partner, ForeignKey to Partenaire)

Actions on Utilisateur

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document

Tables referring to Utilisateur

  • My Membres d’équipe (MembershipsByUser)
  • Procurations reçues (AuthoritiesTaken)
  • My Text Field Templates (MyTextFieldTemplates) (Menu Configuration ‣ Office ‣ My Text Field Templates)
  • Procurations accordées (AuthoritiesGiven)

Profil d’utilisateur (field)

The profile of a user is what defines her or his permissions.

Users with an empty Profil d’utilisateur field are considered inactive and cannot log in.

Procuration (model)

Internal name:users.Authority
Implemented by:Authority

Views on Procuration

  • Procurations (Authorities) (Menu Explorateur ‣ Système ‣ Procurations)
  • Procurations accordées (AuthoritiesGiven)
  • Procurations reçues (AuthoritiesTaken)

Fields in Procuration

  • Utilisateur (authorized, ForeignKey to Utilisateur) – The user who gets authority to act in your name.
  • ... and ID (id, AutoField), Auteur (user, ForeignKey to Utilisateur)

Actions on Procuration

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document

Team (model)

Internal name:users.Team
Implemented by:Team

A Team is a group of users that work together.

Belonging to a Team or not has no influence on access permissions. These depend on your user profile.

Views on Team

  • Teams (Teams) (Menu Configuration ‣ Système ‣ Teams)

Fields in Team

Actions on Team

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document

Teams (view)

Internal name:users.Teams (Teams)

For illustration, the demo site has the following teams:

ID Description Description (de) Description (fr)
       

Membre d’équipe (model)

Internal name:users.Membership
Implemented by:Membership

A membership is when a given Utilisateur belongs to a given Team.

Views on Membre d’équipe

  • Membres d’équipe (Memberships)
  • My Membres d’équipe (MembershipsByUser)

Fields in Membre d’équipe

  • ID (id, AutoField), Auteur (user, ForeignKey to Utilisateur), Team (team, ForeignKey to Team)

Actions on Membre d’équipe

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document

Profils d’utilisateur (view)

Internal name:lino.UserProfiles (UserProfiles)

The list of user profiles available on this site.

Each user profile is a set of user levels (one for each functional group), leading to an individual combination of permissions.

The demo database has defined the following user profiles:

value name text User Level (Système)
000 anonymous Anonymous  
100 user Utilisateur Utilisateur
900 admin Administrateur Administrateur

Note that we show here only the “general” or “system” userlevel. Open Explorer ‣ System ‣ User Profiles in your Lino to see all application-specific userlevels.

EN DE FR

Table des Matières

code pypi
user | technical