Skip to content

Commit

Permalink
clarify comment about the purpose of authsources.php [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed May 30, 2024
1 parent be25aca commit 24fd66b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features/bootstrap/ProfileReviewContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected function submitFormByClickingButtonNamed($buttonName)
*/
public function iProvideCredentialsThatDoNotNeedReview()
{
// See `development/idp-local/config/authsources.php` for options.
// Credentials defined in `development/idp-local/config/authsources.php`
$this->username = 'no_review';
$this->password = 'e';
}
Expand All @@ -67,7 +67,7 @@ public function iProvideCredentialsThatDoNotNeedReview()
*/
public function iProvideCredentialsThatAreDueForAReminder($category, $nagType)
{
// See `development/idp-local/config/authsources.php` for options.
// Credentials defined in `development/idp-local/config/authsources.php`
$this->username = $category . '_' . $nagType;
switch ($this->username) {
case 'mfa_add':
Expand All @@ -85,7 +85,7 @@ public function iProvideCredentialsThatAreDueForAReminder($category, $nagType)
*/
public function iProvideCredentialsThatAreDueForAProfileReview()
{
// See `development/idp-local/config/authsources.php` for options.
// Credentials defined in `development/idp-local/config/authsources.php`
$this->username = 'profile_review';
$this->password = 'h';
}
Expand Down

0 comments on commit 24fd66b

Please sign in to comment.