franklindyer / agora-app

Simple and (hopefully) secure social media application. Also a project for spring 2024 CS 444 cybersecurity class at UNM.
4 stars 1 forks source link

Account info modification form POSTs to wrong url #47

Closed franklindyer closed 6 months ago

franklindyer commented 6 months ago

It looks like the form on the user account page by which one edits their account info is POSTing to the wrong path. In my server logs it's showing a POST request to /user/account, but I think it should just POST to /account. This results in a "method not allowed" message being displayed to the client when they press enter to save their usernames/status/whatever.

@altheaden