pwm icon indicating copy to clipboard operation
pwm copied to clipboard

pwm

Results 118 pwm issues
Sort by recently updated
recently updated
newest added

Hi, you can find the following changes in this PR: (1) I've added a new configuration parameter in the OIDC config `HttpMethod` that can be set to POST (default) and...

current snapshot. if we activate the verification of the email address for the update profile actions we notice two problems: 1. the URL that is sent via email is wrong....

If SSO is enabled, many authenticated modules still asks for the user's password. In particular the change password module and the update profile module requires a password because they the...

I recently installed v2.1 (commit b35b46b67fcda94587b78cc502ac54f2c783f0e1) and it seems as though all the display settings are reverted back to the default config. I don't see any of the security questions...

It looks like the master branch has been getting the Tomcat security updates. Also, it would always be possible to manually build the project with the appropriate override flag (i.e....

This fixes [bug 540](https://github.com/pwm-project/pwm/issues/540). When building with the `v1_9` branch, you will get the following error: ``` [INFO] ERROR in ./src/modules/helpdesk/main.ts [INFO] Module not found: Error: Can't resolve 'core-js/es6/set' in...

Latest build 2021-06-15T07_28_20Z When testing the SMS configuration - the SMS is received but is not responsive. 2021-07-20T15:21:10Z, DEBUG, configeditor.ConfigEditorServlet, {LKpBo,pwadmin} beginning restSmsHealthCheck [192.168.133.1] 2021-07-20T15:21:10Z, TRACE, queue.SmsQueueManager$SmsSendEngine, preparing to send...

The PWM application incorrectly sends the manageDSAit control on search operations. This control is only supposed to be used in very specific cases, not as a general control to always...

When doing group membership comparisons, PWM incorrectly does a search operation to see if a entry belongs to a specific group. It should instead use the ldap COMPARE operation, which...

When making a query using a scope of base (which can only ever return one entry), the PWM application requests paged results which is completely unnecessary overhead to the remote...