You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -99,6 +101,16 @@ public void setEmail(String email) {
99
101
this.email = email;
100
102
}
101
103
104
+
/**
105
+
* Setter for the mark_email_as_verified to define if user.email_verified should be set to true after ticket is consumed.
106
+
*
107
+
* @param markEmailAsVerified true if email_verified attribute must be set to true once password is changed, false if email_verified attribute should not be updated.
0 commit comments