1
0
-1

Does inactive user counts as chargeable user per month?

If yes and we need to remove the user to avoid the charges, can please advice on following scenario:

User A's username value (userA) is being stored as an option binder value in one of the form.

Currently since user A is still active and in the dir_user value we can display User A's first name last name at the form's UI.

However, if the user is removed from the dir_user I believe the form's UI will just display the username instead of first name last name

Is there any way to still show the first name last name in the UI form, assuming that we need to store in the database the username value?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Yes, to the question "Does an inactive user counts as a chargeable user per month?". I believe the user license is counted based on the purchased total user license against the usernames (in the database) in ascending order, regardless of active or inactive, admin or normal user roles.
      To your second question, create a new table to store the username, first and last name, and in your form, reference this table accordingly.

        CommentAdd your comment...