mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
More rebranding changes (#159)
* Replace Maybe for Sure in select code areas * Make sure passwords are consistent * Remove (admin|member) from demo data first name * Database and schema names finally to `sure` * Fix broken test * Another (benchmarking) database name to `sure_*` * More rebranding to Sure * Missed this Maybe mention in the same page * Random nitpicks and more Maybes * Demo data accounts and more Maybes * Test data account updates * Impersonation test accounts * Consistency with `compose.example.yml`
This commit is contained in:
2
test/fixtures/impersonation_sessions.yml
vendored
2
test/fixtures/impersonation_sessions.yml
vendored
@@ -1,4 +1,4 @@
|
||||
in_progress:
|
||||
impersonator: maybe_support_staff
|
||||
impersonator: sure_support_staff
|
||||
impersonated: family_member
|
||||
status: in_progress
|
||||
|
||||
6
test/fixtures/users.yml
vendored
6
test/fixtures/users.yml
vendored
@@ -2,17 +2,17 @@ empty:
|
||||
family: empty
|
||||
first_name: User
|
||||
last_name: One
|
||||
email: user1@email.com
|
||||
email: user1@example.com
|
||||
password_digest: $2a$12$XoNBo/cMCyzpYtvhrPAhsubG21mELX48RAcjSVCRctW8dG8wrDIla
|
||||
onboarded_at: <%= 3.days.ago %>
|
||||
role: admin
|
||||
ai_enabled: true
|
||||
|
||||
maybe_support_staff:
|
||||
sure_support_staff:
|
||||
family: empty
|
||||
first_name: Support
|
||||
last_name: Admin
|
||||
email: support@maybefinance.com
|
||||
email: support@sure.am
|
||||
password_digest: $2a$12$XoNBo/cMCyzpYtvhrPAhsubG21mELX48RAcjSVCRctW8dG8wrDIla
|
||||
role: super_admin
|
||||
onboarded_at: <%= 3.days.ago %>
|
||||
|
||||
Reference in New Issue
Block a user