This is a small fix in a specific user message example. See other messages in the very same file which also use <tt>.
Here the problematic phrase:
See the example in the phrase "Use lowercase letters, digits, and periods. For example: ...".
Differential D25232
PhabricatorPhabricatorAuthProvider: Remove unnecessary Remarkup aklapper on May 19 2023, 15:13. Authored by Tags None Referenced Files
Details
This is a small fix in a specific user message example. See other messages in the very same file which also use <tt>. Here the problematic phrase: See the example in the phrase "Use lowercase letters, digits, and periods. For example: ...". After this change, the specific message "The URI where the OAuth server is installed. For example" from the page /auth/config/edit/?provider=PhabricatorPhabricatorAuthProvider does not have anymore backticks shown to the end user.
Diff Detail
Event TimelineComment Actions (I have a déjà vu about this patch, I do not know why) Thanks so much. Just for more context, here the fixed thing: Tested locally following the test plan, nothing explodes. To test that, I had to destroy my local Auth configuration to have a clean environment. I've done that with: DELETE FRom auth_providerconfig WHERE providerClass != 'PhabricatorPasswordAuthProvider'; |