Uploaded image for project: 'AppFormer'
  1. AppFormer
  2. AF-402

Users Management - Wildfly/EAP provider - Changing user password duplicates the entry on the properties file.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Minor Minor
    • None
    • None
    • None
    • NEW
    • NEW

      When using the Wildfly/EAP user management security provider, by both changing a user's password or creating a new user using a non emtpy password, the underlying properties file gets updated with the new hashed password fine but the entry for the user is duplicated.

      It does finally works fine as the password is stored on the last entry, so it's being read the last one as well, but anyway the entry should not be duplicated.

      Example for users.properties:
      ---------------------------------------------------------------------
      roger=
      jack=984ba30e11dda7b9ed86ba7b73d01481
      roger=a8c601f01e2d874b0a442c5f9782a7a8
      ---------------------------------------------------------------------

      PS: Affects to current master (7.0-SNAPSHOT) and 6.5.x branches.

            romartin@redhat.com Roger Martinez
            romartin@redhat.com Roger Martinez
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: