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
when email service is not setup the server should return Email service is not set up also when username do not exist
when email service is setup, and email do not exist the server returns Account recovery email has not been provided
these are/should be rare cases when email is setup and only on really experimental server.
When username do not exist I propose to return the actual no error
Adding (in username if (!exists)) a call to verifyEmailDependencies ()
This is a follow on issue#1771
We need to have allways same response when user exists/notExists
Email service is not set upalso when username do not existAccount recovery email has not been providedthese are/should be rare cases when email is setup and only on really experimental server.
When username do not exist I propose to return the actual no error
Adding (in username
if (!exists)) a call to verifyEmailDependencies ()node-solid-server/lib/models/account-manager.js
Lines 535 to 543 in 88d3a86
Also replacing throw error with success
node-solid-server/lib/models/account-manager.js
Lines 540 to 542 in 88d3a86
with
fix branch created
fix/issue#1774