nsidc / usaon-benefit-tool

Application for configuring USAON Benefit Tool value tree analysis surveys and gathering input from respondents
https://usaon-benefit-tool.readthedocs.io/
MIT License
0 stars 3 forks source link

Users can't edit their own profiles #288

Closed mfisher87 closed 3 months ago

mfisher87 commented 3 months ago

Should be a quick fix by adding a conditional around the access check, pseudocode:

if current_user.id != request.form.id:
    forbid_except_for_roles(admin)
Hira-Ijaz commented 3 months ago

@mfisher87 I would like to work on this issue, please assign it to me.

mfisher87 commented 3 months ago

@Hira-Ijaz that's awesome! Welcome to our project :heart: :)

Please let me know if there's anything I or @rmarow (developers) or @hazelshapiro (designer) can do to support you.

You may find this document useful along the way: https://usaon-benefit-tool.readthedocs.io/en/latest/how-to/development.html

Hira-Ijaz commented 3 months ago

Thank you! Excited to be on board 😊. I'll check out the document and reach out if I need any support. Thanks again! ❤️