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
From the account details we click on the security tab and then click on the change button next to the password item:
A popup appears explaining that an email with instructions is to be sent to the email address for the account to be updated:
An email is received with a link to update the password:
On clicking the link, a page opens with the following form:
Problem statement: The issue is that the password can be changed by a person other than the user in case someone else gets hold of that email (specially if the account doesn't have 2FA activated). This is a security risk.
TO BE
On step 4 it is suggested to request the use to enter the old password prior changing the credentials.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
AS IS
The current procedure to reset a password:
From the account details we click on the security tab and then click on the change button next to the password item:

A popup appears explaining that an email with instructions is to be sent to the email address for the account to be updated:

An email is received with a link to update the password:

On clicking the link, a page opens with the following form:

Problem statement: The issue is that the password can be changed by a person other than the user in case someone else gets hold of that email (specially if the account doesn't have 2FA activated). This is a security risk.
TO BE
On step 4 it is suggested to request the use to enter the old password prior changing the credentials.

All reactions