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
I think it would be better practice (and probably more secure) to send a link with userid and expiration date via jwt and force the user to choose their own password
Thanks @mawiseman for valid point, which indeed makes sense to implement. It is however much more complex solution than current one, and therefore is way more risky to introduce even bigger vulnerability.
In fact, it will also require to replace password recovery mechanism on Sitecore login page because SignUpRules relies on it.
I think it would be better practice (and probably more secure) to send a link with userid and expiration date via jwt and force the user to choose their own password
https://jwt.io/
This would mean
The text was updated successfully, but these errors were encountered: