Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-21027

Cannot create users

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Blocker
    • Resolution: Won't Fix
    • Affects Version/s: WEBUI-0.7.0
    • Fix Version/s: WEBUI-0.8.0
    • Component/s: Web UI

      Description

      The create user button is not working. It will sometimes output an error

      Only Administrators can create users in Administrators group

      Hint

      On <nuxeo-create-user> element:

      if (!this.user.isAdministrator && this.user.groups.indexOf('administrators') !== -1) 
      
      • this.user is the user in creation, so it is not an administrator (the test should be to principal)
      • this.user may not have any defined groups (it is valid) so parte of the boolean expression needs to fisrt validate that there are user groups

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: