processing / p5.js-web-editor

The p5.js Editor is a website for creating p5.js sketches, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! You can create, share, or remix p5.js sketches without needing to download or configure anything.
https://editor.p5js.org
GNU Lesser General Public License v2.1
1.3k stars 1.27k forks source link

No Confirmation that the new password that is entered should be different from current password. #3012

Closed rahulrana701 closed 3 weeks ago

rahulrana701 commented 4 months ago

Increasing Access

Earlier, what we were doing was simply updating the account settings even though the new password entered by the user was the same as the previous password. Therefore, we need to avoid this unnecessary action of calling our database and updating the settings. Because it doesn't makes sense to update the same password

Screenshot 2024-02-11 113044

Feature request details

With this feature we are addressing a warning that the new password entered should be different from current password because then only it makes sense to update the account settings or password like this

Screenshot 2024-02-11 131810
rahulrana701 commented 4 months ago

@lindapaiste @raclim I want to work on this issue please assign it to me.

rahulrana701 commented 4 months ago

@lindapaiste could you please share your views on this issue