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