Build result summary

Details

Completed
Queue duration
34 seconds
Duration
31 seconds
Labels
None
Agent
Agent 2
Revision
8fe659deaea73e5e721a3bbd64f4733f78373635 8fe659deaea73e5e721a3bbd64f4733f78373635
Successful since
#1 ()

Code commits

Author Commit Message Commit date
Matt Friedman <maf675@gmail.com> Matt Friedman <maf675@gmail.com> 8fe659deaea73e5e721a3bbd64f4733f78373635 8fe659deaea73e5e721a3bbd64f4733f78373635 Merge pull request #101 from AnthonyCLPhpBB/patch-1
Update AuthenticationProvider Documentation
AnthonyCLPhpBB <anthony@cultus-luporum.de> AnthonyCLPhpBB <anthony@cultus-luporum.de> 4d6fd6c817f07e0113eba4b85cda51a1d1310b33 4d6fd6c817f07e0113eba4b85cda51a1d1310b33 Proper highlighting
Include "<service name>" in highlighting.
AnthonyCLPhpBB <anthony@cultus-luporum.de> AnthonyCLPhpBB <anthony@cultus-luporum.de> 686162c35a6526b4af0c671ccbb25d9f80e9e7fa 686162c35a6526b4af0c671ccbb25d9f80e9e7fa Proper highlighting
Highlighting "auth.provider." with double `` as requested by VSEphpbb (https://github.com/phpbb/documentation/pull/101#discussion_r92210852)
AnthonyCLPhpBB <anthony@cultus-luporum.de> AnthonyCLPhpBB <anthony@cultus-luporum.de> c22b530b5d61c7ba096578323e0a2e51de7c1310 c22b530b5d61c7ba096578323e0a2e51de7c1310 Reorder
As requested by VSEphpbb (https://github.com/phpbb/documentation/pull/101#pullrequestreview-12370193) i move the missing information.
AnthonyCLPhpBB <anthony@cultus-luporum.de> AnthonyCLPhpBB <anthony@cultus-luporum.de> 1aae5b4c35a1ed2ddd2617e29cae47a091294548 1aae5b4c35a1ed2ddd2617e29cae47a091294548 Update AuthenticationProvider Documentation
Please take a look at my comment at https://www.phpbb.com/community/posting.php?mode=quote&f=461&p=14577286#pr14577276

I created my authentication provider and named it eg. "myext.authentication.MyAuthenticationProvider".
But my authentication provider will not be found.
The authentication provider service name has to start with "auth.provider." e.g. "auth.provider.MyAuthenticationProvider".
That check is hard coded in phpBB file "auth/provider_collection" method "get_provider" of v3.1.10.
If service name does not start with "auth.provider" the default provider "db" will be used.

Can you please verify?

Greetz Anthony