We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a08270 commit 87bae15Copy full SHA for 87bae15
tests/unit/Settings/AdminTest.php
@@ -91,6 +91,14 @@ public function formDataProvider() {
91
'type' => 'line',
92
'required' => true,
93
],
94
+ 'uid_rewrite_pattern' => [
95
+ 'text' => 'UID rewrite pattern RegEx (PHP preg_replace pattern)',
96
+ 'type' => 'line',
97
+ ],
98
+ 'uid_rewrite_replacement' => [
99
+ 'text' => 'UID rewrite replacement (PHP preg_replace pattern)',
100
101
102
'require_provisioned_account' => [
103
'text' => 'Only allow authentication if an account exists on some other backend. (e.g. LDAP)',
104
'type' => 'checkbox',
0 commit comments