Skip to content
This repository has been archived by the owner on Jan 10, 2018. It is now read-only.

Create page for editing user accounts #92

Open
crawfoal opened this issue Feb 29, 2016 · 2 comments
Open

Create page for editing user accounts #92

crawfoal opened this issue Feb 29, 2016 · 2 comments

Comments

@crawfoal
Copy link
Owner

There is an existing one (provided by Devise, at /user_accounts/edit), but we will want a custom one. We want a different header, and for now we don't want to allow users to cancel their registrations. We need to think about what data will be deleted when they cancel their registration. Will we keep their data, but mask their identifying information? Should we just delete everything? Should we give them an option between the two? I.e. they can do a "suspension" where their identifying information is masked, or they can do a "full delete."

@crawfoal
Copy link
Owner Author

This will probably be a full template, not just a partial. I think if we put it under user_accounts/registrations/edit.html.css or something like that, the Devise controller will automatically pick it up.

@crawfoal
Copy link
Owner Author

To completely disable the deleting of user accounts, we need to remove the route too. We should review all Devise routes and remove the ones we haven't tested or worked with yet.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant