Uploaded image for project: 'JOC - JobScheduler Operations Center'
  1. JOC - JobScheduler Operations Center
  2. JOC-311

When adding a new User Account then the password is not set correctly

    XMLWordPrintable

Details

    Description

      Current Situation

      When creating a new User Account then the password in the shiro.ini is "null".
      JOC Cockpit requests ./security_configuration/write where in the body the new user have a fakepassword attribute

      "users": [{
      		"password": "root",
      		"roles": ["all"],
      		"user": "root"
      	},
      	{
      		"user": "test",
      		"fakepassword": "test",
      		"roles": ["test"]
      	}]
      

      The fakepassword attribute is not specified.

      Desired Behaviour

      The password of the new user should defined in the password attribute!

      Attachments

        Activity

          People

            ztsa0019 Sourabh Agrawal
            aa Alan Amos
            Alan Amos Alan Amos
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: