Page MenuHomePhorge

Replace all mentions of simple123 with the generate passphrase utility function, just in case APP_PASSPHRASE is set to something not 'simple123'
Needs RevisionPublic

Authored by vanmeeuwen on Aug 18 2021, 10:52 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 24, 8:27 AM
Unknown Object (File)
Fri, Nov 17, 6:20 PM
Unknown Object (File)
Oct 19 2023, 5:44 AM
Unknown Object (File)
Oct 19 2023, 3:16 AM
Unknown Object (File)
Oct 9 2023, 2:18 PM
Unknown Object (File)
Oct 6 2023, 7:28 AM
Unknown Object (File)
Sep 30 2023, 4:55 AM
Unknown Object (File)
Sep 30 2023, 3:36 AM
Subscribers
Restricted Project

Details

Reviewers
machniak
Group Reviewers
Restricted Project
Summary

No longer use default passwords hard-coded anywhere

Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 36175
Build 14239: arc lint + arc unit

Event Timeline

vanmeeuwen created this revision.
machniak subscribed.

I would rather use \config('app.passphrase'). I don't like "generate" in this context. If the config option is not set the tests will fail. Also, it's not gonna work if we ever wanted to run tests on a production setup.

This revision now requires changes to proceed.Sep 19 2023, 2:21 PM