Skip to content

Commit 6cd715c

Browse files
authored
Merge pull request #24 from RRZE-Webteam/dev
Dev
2 parents c252825 + 6d766a4 commit 6cd715c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

includes/Main.php

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ public function loaded()
6565
add_action('retrieve_password', [$this, 'disableFunction']);
6666
// Fires before the user’s password is reset (die).
6767
add_action('password_reset', [$this, 'disableFunction']);
68+
// Fires before the password reset procedure is validated (die).
69+
add_action('validate_password_reset', [$this, 'disableFunction']);
6870

6971
// Filters the display of the password fields (disable).
7072
add_filter('show_password_fields', '__return_false');

rrze-sso.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: RRZE SSO
55
Plugin URI: https://github.com/RRZE-Webteam/rrze-sso
66
Description: Single-Sign-On (SSO) SAML-Integrations-Plugin für WordPress.
7-
Version: 1.6.2
7+
Version: 1.6.3
88
Author: RRZE-Webteam
99
Author URI: https://blogs.fau.de/webworking/
1010
License: GNU General Public License v2

0 commit comments

Comments
 (0)