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
Corresponding to Shay's comment on Rony's PR on the file: [house/models.py]
I think it could be an option in Mine Page, when he is logged in to his user, to have a button where it says: Delete Account
or something like that
There could also be a page of making sure the user wants to the delete his account
So we'll need an html file to the page consisting a django form or a simple html file consisting two buttons: Yes & No
connecting it to the Mine Page, and if he chooses to delete his account it could direct him to the login page
we could add it to the house urls or the account urls
It's a good feature but also not that necessary depends on our other more crucial features and our timeline. If we do want to implement this, I think there is no need for a Django form if you meant that, but an alert for the yes or no. And I'm pretty sure Django auth gives the option to delete accounts pretty easily
Corresponding to Shay's comment on Rony's PR on the file: [house/models.py]
I think it could be an option in Mine Page, when he is logged in to his user, to have a button where it says: Delete Account
or something like that
There could also be a page of making sure the user wants to the delete his account
So we'll need an html file to the page consisting a django form or a simple html file consisting two buttons: Yes & No
connecting it to the Mine Page, and if he chooses to delete his account it could direct him to the login page
we could add it to the house urls or the account urls
What do you guys think?
@ronyyosef @shlior7 @ShellyGolden
The text was updated successfully, but these errors were encountered: