Type |
Task
|
Priority |
Normal
|
Assignee | |
Version |
Candidate for next minor release
|
Iterations
Issue Votes (0)
Type |
Task
|
Priority |
Normal
|
Assignee | |
Version |
Candidate for next minor release
|
It would be good to have a SASL mechanism allowing user to reset his password.
Here is a workflow which could work:
PASSWORD-RESET
SASL mechanism was available. If so, it presents a user with a choice to eitherenter password again
or try toreset password
.reset password
, the client connects to the XMPP server and uses thePASSWORD-RESET
SASL mechanism.email
field for the user to specify email address to use during password reset (we should use the form as other fields ie. 2FA token field could be added later on).Before adding this mechanism, it would be good to check if no other XMPP server supports that. If any does, it would be good to "follow" it schema to have unified mechanism.
This task if for server-side work. When finished we can work on client-side implementations.