BUG 10921 "When changing the password, the old password..." SOLVED
- When changing the password, the old password should be
required (and verified)
- Problem solved, added a new field to validate the user, when changing
the password (user's profile)
* Available from version ProcessMaker-2.0.47 (2.5.1)
- When changing the password, the old password should be
required (and verified)
- Problem solved, added a new field to validate the user, when changing
the password (user's profile)
* Available from version ProcessMaker-2.0.46
I added a validation in SaveUser function, in file 'workflow/engine/templates/users/users.js', to prevent modify the Role of the Default Administrator User.
- New feature
- Request that an "Edit" button be added to the page to view the
profile of a particular user
- Added edit button in Summary view
* Available from version 2.0.46
- The user A will be on vacation, then I update A's profile and set "Replaced by" to user B, set "Status" as Inactive or On vacation.
- Adjustment to the user to derivate.
- In the class "derivation" doesn't exist the validation for the "Replaced By" field
- Added the business logic to set the replaced by user when a case is derivated
- When modifying a user's data "ADMIN>Users" or "View/Edit Profile"
shows the incorrect data in the dropdowns
- Problem solved, display incorrect information in Dropdowns is because
the response time of AJAX requests, this was solved by improving the
order of AJAX requests
- Changed the label "Saving process" (ID_SAVING_PROCESS) for
"Saving ..." (ID_SAVING)
- Solved wrong display of information "Country, State or Region, Location"
in "View_Edit_Profile" this in IE
- When I sort the list and then I go to the next page my sort list is not
working fine
- In the User List all columns are sortable, which is incorrect
- It has set the columns that are sortable (USER_NAME, STATUS, ROLE, DUE_DATE),
the rest of the columns have different criteria in obtaining its value, which
prevents their order (eg FULL_NAME depends on the configuration that is
given in ADMIN>Settings>Environment>User Name Display Format)
- After upgrading from version 2.0.38 to 2.0.40, there is no way to change the user's authentication source, from internal to LDAP or to LDAP to internal.
- Uncommented Buttom of the Authentication tab and activation in summary.
- In the user list to sort by any field is not ordered only the current page and so all the listing grid.
- RemoteSort attribute was added to activate the update by ajax and all you can sort the list in addition to increasing the query in ajax options which have listed.