mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 19:44:09 +00:00
Add ability to delete Maybe account (#698)
* Build out user deactivation and purging workflows * Add i18n translations for user deletion * Add tests for user deletion * Fix lint issue
This commit is contained in:
1
test/fixtures/users.yml
vendored
1
test/fixtures/users.yml
vendored
@@ -4,6 +4,7 @@ family_admin:
|
||||
last_name: Dylan
|
||||
email: bob@bobdylan.com
|
||||
password_digest: <%= BCrypt::Password.create('password') %>
|
||||
role: admin
|
||||
|
||||
family_member:
|
||||
family: dylan_family
|
||||
|
||||
Reference in New Issue
Block a user