vendure-ecommerce / vendure

The commerce platform with customization in its DNA.
https://www.vendure.io
Other
5.63k stars 996 forks source link

Request administrator password reset #1116

Open eMtlk opened 3 years ago

eMtlk commented 3 years ago

Is your feature request related to a problem? Please describe. At the moment, administrators cannot reset their password in case they forgotten it. The only possibility is that the superadmin or another administrator will reset their password for them. It should be possible to add this feature in the admin-ui or at least in the API.

Describe the solution you'd like Implement admin-api mutation to reset an administrator password similar to the requestPasswordReset in shop-api.

buisine commented 4 months ago

UP

Kyvix commented 4 months ago

UP

michaelbromley commented 4 months ago

If anyone wants to help on this, let's start with some planning:

  1. What new mutations are needed?
    • I'm guessing similar to those in the Shop API, namely requestPasswordReset & resetPassword, but in the Admin API
  2. What new UI elements are needed?
    • The Admin ui login screen would need a "forgotten password" link
    • This goes to a new page which allows you to enter the admin's email address

Anything else?

Anyone interested in implementing this?

buisine commented 4 months ago

maybe on 2, need to add :

new page allowing to set the new pass (link from email)

buisine commented 4 months ago

For the api part, it could be implemented there i think :

For the UI/Angular stuff i have no idea

dlhck commented 1 week ago

Could be done together with #2903