Project

General

Profile

Actions

bug #8925

closed

Users with ROLE_USER_MANAGER must be able to change any user password

Added by Andreas Kohlbecker almost 4 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
New
Assignee:
Category:
taxeditor
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Severity:
blocker
Found in Version:
Tags:

Description

For users with ROLE_USER_MANAGER the button in the User details view to change a users password must be generally enabled


Related issues

Has duplicate EDIT - bug #8521: User details view: Change password button accessible for ROLE_USER_MANAGERDuplicateKatja Luther

Actions
Actions #1

Updated by Andreas Kohlbecker almost 4 years ago

  • Description updated (diff)
Actions #2

Updated by Katja Luther almost 4 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 50
Actions #3

Updated by Katja Luther almost 4 years ago

  • Assignee changed from Katja Luther to Andreas Kohlbecker
  • Target version deleted (Unassigned CDM tickets)
  • Severity changed from normal to blocker
Actions #4

Updated by Katja Luther almost 4 years ago

please review

Actions #5

Updated by Katja Luther almost 4 years ago

  • Target version set to Release 5.14
Actions #6

Updated by Andreas Kohlbecker almost 4 years ago

please create an access method like:


private UserHelper userHelper() {

        if (userHelper == null){
            userHelper = new CdmUserHelper();
        }
  return userHelper;
}

to replace this redundancy

Actions #7

Updated by Andreas Kohlbecker almost 4 years ago

  • Status changed from Resolved to Feedback
  • Assignee changed from Andreas Kohlbecker to Katja Luther

I tested the functionality and this works now as expected. So this ticket can be closed apart from the above suggestion.

Actions #8

Updated by Katja Luther almost 4 years ago

  • Status changed from Feedback to Resolved
Actions #9

Updated by Katja Luther almost 4 years ago

  • Status changed from Resolved to Closed

added the userHelper() method, so the ticket can be closed.

Actions #10

Updated by Andreas Müller almost 3 years ago

  • Has duplicate bug #8521: User details view: Change password button accessible for ROLE_USER_MANAGER added
Actions #11

Updated by Andreas Müller almost 3 years ago

  • % Done changed from 50 to 100
Actions

Also available in: Atom PDF