My settings (users.Me)

Inherits from lino.modlib.users.Users

Every row of this data table is a User.

User guide: The users plugin.

Columns

  • Username (username) : Must be either unique or empty. User accounts having this field empty cannot be used to sign in.

  • User type (user_type) : The user type assigned to this user. User accounts having this field empty cannot be used to sign in.

  • First name (first_name) : See First name.

  • Last name (last_name) : See Last name.

  • e-mail address (email) : Your email address.

Detail layout

          • Username (username) : Must be either unique or empty. User accounts having this field empty cannot be used to sign in.

          • User type (user_type) : The user type assigned to this user. User accounts having this field empty cannot be used to sign in.

          • First name (first_name) : See First name.

          • Last name (last_name) : See Last name.

        • e-mail address (email) : Your email address.

          • Language (language) : See Language.

          • Initials (initials) : The initials used to refer to you when speaking to business partners. Does not need to be unique but should be reasonably identifying.

          • Date format (date_format) : The date format to use when parsing or displaying dates.

          • Time zone (time_zone) : The time zone Lino should use in time fields or when displaying timestamps to this user.

        • Status (status) : See Status.

    • Group memberships (groups.MembershipsByUser1) : See Group memberships.

      • Notification mode (mail_mode) : See Notification mode.

      • Notify myself (notify_myself) : See Notify myself.

    • List memberships (lists.MembersByUser1) : See List memberships.

    • Calendar entry type (event_type) : The default type for your calendar entries.

    • Subscriptions (cal.SubscriptionsByUser)

  • Dashboard (dashboard.WidgetsByUser)

  • User summaries (working.SummariesByUser)

  • Mentioned by (memo.MentionsByTarget1) : See Mentioned by.

        • ID (id) : See ID.

        • Person (person) : A virtual read-only field that returns the Person MTI child of the partner (if it exists) and otherwise None.

        • Company (company) : A virtual read-only field that returns the Company MTI child of the partner (if it exists) and otherwise None.

        • Start date (start_date) : If start_date is given, then the user cannot sign in before that date. If end_date is given, then the user cannot sign in after that date.

        • End date (end_date) : See End date.

      • Created (created) : The time when this database row was created.

      • Modified (modified) : The time when this database object was last modified.

      • Open session on new ticket (open_session_on_new_ticket) : See Open session on new ticket.

      • Current order (current_order) : The invoicing order you have been working on recently.

      • Current group (current_group) : The group in which you have been working recently.

      • Matrix user ID (matrix__matrix_user_id) : See matrix__matrix_user_id.

Toolbar actions

  • Table (landscape) (as_pdf) : See (unformatted: <lino_xl.lib.appypod.mixins.PrintTableAction as_pdf ('Table (landscape)')>).

  • Table (portrait) (as_pdf_p) : See (unformatted: <lino_xl.lib.appypod.mixins.PortraitPrintTableAction as_pdf_p ('Table (portrait)')>).

  • Export to .xls (export_excel) : Export this table as an .xls document

  • None (grid_post) : See (unformatted: <lino.core.actions.CreateRow grid_post>).

  • None (grid_put) : See (unformatted: <lino.core.actions.SaveGridCell grid_put>).

  • Create (submit_insert) : Submit this form, i.e. send your data to the server.

  • Merge (merge_row) : Merge this object into another object of same class.

  • Show data problems (show_problems) : See (unformatted: <lino.core.actions.ShowSlaveTable show_problems ('Show data problems')>).

  • Don’t forget me (cancel_forget_me) : See (unformatted: <lino.modlib.users.actions.CancelForgetMe cancel_forget_me ("Don't forget me")>).

  • Change password (change_password) : Change the password to be used for authentication.

  • Check data (check_data) : Update data problem messages for this database object, also removing messages that no longer exist. This action does not change anything else in the database.

  • Update summary data (check_summaries) : See (unformatted: <lino.modlib.summaries.mixins.UpdateSummariesByMaster check_summaries ('Update summary data')>).

  • Fix data problems (fix_problems) : Update data problem messages and repair those which are automatically fixable.

  • Forget me (forget_me) : See (unformatted: <lino.modlib.users.actions.ForgetMe forget_me ('Forget me')>).

  • Initialize password (init_password) : Set the password to be used for authentication.

  • None (open_help) : Open Help Window

  • Send welcome mail (send_welcome_email) : Send a Welcome email to the user.

  • Update widgets (update_widgets) : See (unformatted: <lino.modlib.dashboard.models.UpdateWidgets update_widgets ('Update widgets')>).

  • None (validate) : See (unformatted: <lino.core.actions.ValidateForm validate>).

  • Verify (verify_me) : Ask for the verification code you have received by email and mark your email address as verified.

  • Save (submit_detail) : Save changes in this form

Filter parameters

  • Active (show_active) : See show_active.

  • Date range from (start_date) : Start date of observed date range.

  • until (end_date) : End date of observed date range.

  • User type (user_type) : The user type assigned to this user. User accounts having this field empty cannot be used to sign in.

Hidden columns

  • ID (id) : See ID.

  • Start date (start_date) : If start_date is given, then the user cannot sign in before that date. If end_date is given, then the user cannot sign in after that date.

  • End date (end_date) : See End date.

  • Language (language) : See Language.

  • Modified (modified) : The time when this database object was last modified.

  • Created (created) : The time when this database row was created.

  • password (password) : See password.

  • last login (last_login) : Not used in Lino.

  • Initials (initials) : The initials used to refer to you when speaking to business partners. Does not need to be unique but should be reasonably identifying.

  • Remarks (remarks) : See Remarks.

  • Partner (partner) : The partner record with additional contact information about this user account.

  • verification password (verification_password) : A not-yet-active password given by anonymous when they asked for a password reset. This will become the active password when the user verifies.

  • verification code (verification_code) : A random string that has been sent to the user via email in order to verify their email address.

  • verification code sent on (verification_code_sent_on) : See verification code sent on.

  • Time zone (time_zone) : The time zone Lino should use in time fields or when displaying timestamps to this user.

  • Date format (date_format) : The date format to use when parsing or displaying dates.

  • Forget me since (forget_me_since) : See Forget me since.

  • Build method (build_method) : The default build method to use when this user requests to build a printable document.

  • Current order (current_order) : The invoicing order you have been working on recently.

  • Open session on new ticket (open_session_on_new_ticket) : See Open session on new ticket.

  • Notify myself (notify_myself) : See Notify myself.

  • Notification mode (mail_mode) : See Notification mode.

  • Current group (current_group) : The group in which you have been working recently.

  • Calendar entry type (event_type) : The default type for your calendar entries.

  • Select multiple rows (rowselect) : See Select multiple rows.